CADability dotNET

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

Syntax

C#
public delegate void FilterCommandDelegate(
	GeoVectorProperty sender,
	string menuId,
	CommandState commandState,
	ref bool handled
)
Visual Basic
Public Delegate Sub FilterCommandDelegate ( _
	sender As GeoVectorProperty, _
	menuId As String, _
	commandState As CommandState, _
	ByRef handled As Boolean _
)
Visual C++
public delegate void FilterCommandDelegate(
	GeoVectorProperty^ sender, 
	String^ menuId, 
	CommandState^ commandState, 
	bool% handled
)

See Also