CADability dotNET

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

Syntax

C#
public delegate void UIEventHandler(
	string MenuId,
	bool Active
)
Visual Basic
Public Delegate Sub UIEventHandler ( _
	MenuId As String, _
	Active As Boolean _
)
Visual C++
public delegate void UIEventHandler(
	String^ MenuId, 
	bool Active
)

Parameters

MenuId
Type: System..::..String
Active
Type: System..::..Boolean

See Also