Namespace:
C1.C1PrintDocument
Assembly: C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)
Assembly: C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)
Syntax
| C# |
|---|
public PropertyChangeEventArgs( string propertyName, bool isAfterChange, Object oldValue, Object newValue ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ propertyName As String, _ isAfterChange As Boolean, _ oldValue As Object, _ newValue As Object _ ) |
Parameters
- propertyName
- Type: System..::.String
- isAfterChange
- Type: System..::.Boolean
- oldValue
- Type: System..::.Object
- newValue
- Type: System..::.Object