CADability dotNET

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

Syntax

C#
public delegate void SetStringDelegate(
	StringProperty sender,
	string newValue
)
Visual Basic
Public Delegate Sub SetStringDelegate ( _
	sender As StringProperty, _
	newValue As String _
)
Visual C++
public delegate void SetStringDelegate(
	StringProperty^ sender, 
	String^ newValue
)

See Also