Delegate SelectObjectsAction.FilterMouseMessagesDelegate
Method declaration for the FilterMouseMessagesEvent.
Namespace: CADability.Actions
Assembly: CADability.dll
Syntax
public delegate void FilterMouseMessagesDelegate(SelectObjectsAction.MouseAction mouseAction, MouseEventArgs e, IView vw, ref bool handled);
Parameters
| Type | Name | Description |
|---|---|---|
| SelectObjectsAction.MouseAction | mouseAction | The mouse action causing the event |
| MouseEventArgs | e | Original MouseEventArgs |
| IView | vw | The IView in which the mouse action took place. |
| System.Boolean | handled | If handled set to true by the handler of the event, no further action will be performed. |