Delegate GeoPointProperty.FilterCommandDelegate
Delegate definition for FilterCommandEvent
Namespace: CADability.UserInterface
Assembly: CADability.dll
Syntax
public delegate void FilterCommandDelegate(GeoPointProperty sender, string menuId, CommandState commandState, ref bool handled);
Parameters
| Type | Name | Description |
|---|---|---|
| GeoPointProperty | sender | this object |
| System.String | menuId | menu id of the selected menu entry |
| CommandState | commandState | when not null, asks for the state of the menu |
| System.Boolean | handled | set to true if handled |