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

Syntax

C#
public PropertyChangeEventArgs(
	string propertyName,
	bool isAfterChange,
	Object oldValue,
	Object newValue,
	PropertyChangeEventArgs childArgs,
	CollectionChangedEventArgs collectionArgs,
	int styleAttributeIndex
)
Visual Basic (Declaration)
Public Sub New ( _
	propertyName As String, _
	isAfterChange As Boolean, _
	oldValue As Object, _
	newValue As Object, _
	childArgs As PropertyChangeEventArgs, _
	collectionArgs As CollectionChangedEventArgs, _
	styleAttributeIndex As Integer _
)

Parameters

propertyName
Type: System..::.String
isAfterChange
Type: System..::.Boolean
oldValue
Type: System..::.Object
newValue
Type: System..::.Object
childArgs
Type: C1.C1PrintDocument..::.PropertyChangeEventArgs
collectionArgs
Type: CollectionChangedEventArgs
styleAttributeIndex
Type: System..::.Int32

See Also