Called after changing of a property of the InputInfoBase class.
Namespace:
C1.C1PrintDocumentAssembly: C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)
Syntax
C# |
---|
void AfterChangeProperty( InputInfoBase sender, string propertyName, Object oldValue, Object newValue ) |
Visual Basic (Declaration) |
---|
Sub AfterChangeProperty ( _ sender As InputInfoBase, _ propertyName As String, _ oldValue As Object, _ newValue As Object _ ) |
Parameters
- sender
- Type: C1.C1PrintDocument..::.InputInfoBase
The InputInfoBase object.
- propertyName
- Type: System..::.String
Name of changed property.
- oldValue
- Type: System..::.Object
Old property value.
- newValue
- Type: System..::.Object
New property value.