CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
When a context menue is selected or about to popup this event is raised to allow a
consumer to process the command instead of this GeoPointProperty object itself.
Provide a handler here if you want to process some or all menu commands.
Namespace: CADability.UserInterfaceAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
C# |
---|
public event GeoPointProperty..::..FilterCommandDelegate FilterCommandEvent |
Visual Basic |
---|
Public Event FilterCommandEvent As GeoPointProperty..::..FilterCommandDelegate |
Visual C++ |
---|
public: event GeoPointProperty..::..FilterCommandDelegate^ FilterCommandEvent { void add (GeoPointProperty..::..FilterCommandDelegate^ value); void remove (GeoPointProperty..::..FilterCommandDelegate^ value); } |