CADability dotNET
Objects that implement this interface can receive menu command. Usually used in calls to LoadContextMenu(String, ICommandHandler) to specify the target object for that menu.

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

Syntax

C#
public interface ICommandHandler
Visual Basic
Public Interface ICommandHandler
Visual C++
public interface class ICommandHandler

See Also