CADability dotNET

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

Syntax

C#
public delegate void PropertyChangedDelegate(
	DimensionStyle sender,
	string propertyName,
	Object newValue,
	Object oldValue
)
Visual Basic
Public Delegate Sub PropertyChangedDelegate ( _
	sender As DimensionStyle, _
	propertyName As String, _
	newValue As Object, _
	oldValue As Object _
)
Visual C++
public delegate void PropertyChangedDelegate(
	DimensionStyle^ sender, 
	String^ propertyName, 
	Object^ newValue, 
	Object^ oldValue
)

Parameters

sender
Type: CADability.Attribute..::..DimensionStyle
propertyName
Type: System..::..String
newValue
Type: System..::..Object
oldValue
Type: System..::..Object

See Also