Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public PropertyChangeEventArgs(
	string propertyName,
	bool isAfterChange
)
Visual Basic (Declaration)
Public Sub New ( _
	propertyName As String, _
	isAfterChange As Boolean _
)

Parameters

propertyName
Type: System..::.String
isAfterChange
Type: System..::.Boolean

See Also