CADability dotNET
Initializes a new instance of the ChangeEventArgs class

Namespace: CADability.Attribute
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public ChangeEventArgs(
	string propertyName,
	Object currentValue
)
Visual Basic
Public Sub New ( _
	propertyName As String, _
	currentValue As Object _
)
Visual C++
public:
ChangeEventArgs(
	String^ propertyName, 
	Object^ currentValue
)

Parameters

propertyName
Type: System..::..String
currentValue
Type: System..::..Object

See Also