Called after changing an item in a collection.
Namespace:
C1.C1PrintDocumentAssembly: C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)
Syntax
C# |
---|
void AfterChangeCollectionProperty( InputInfoBase sender, string propertyName, Object oldValue, Object newValue, CollectionChangedEventArgs e ) |
Visual Basic (Declaration) |
---|
Sub AfterChangeCollectionProperty ( _ sender As InputInfoBase, _ propertyName As String, _ oldValue As Object, _ newValue As Object, _ e As CollectionChangedEventArgs _ ) |
Parameters
- sender
- Type: C1.C1PrintDocument..::.InputInfoBase
- propertyName
- Type: System..::.String
- oldValue
- Type: System..::.Object
- newValue
- Type: System..::.Object
- e
- Type: CollectionChangedEventArgs