Called before changing a property of the InputInfoBase object.

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

Syntax

C#
void BeforeChangeProperty(
	InputInfoBase sender,
	string propertyName,
	Object oldValue,
	Object newValue
)
Visual Basic (Declaration)
Sub BeforeChangeProperty ( _
	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.

See Also