Delegate SelectObjectsAction.ClickOnSelectedObjectDelegate
Method definition of the ClickOnSelectedObjectEvent
Namespace: CADability.Actions
Assembly: CADability.dll
Syntax
public delegate void ClickOnSelectedObjectDelegate(IGeoObject selected, IView vw, MouseEventArgs e, ref bool handled);
Parameters
| Type | Name | Description |
|---|---|---|
| IGeoObject | selected | The object on which the click occurred. |
| IView | vw | The IView in which the click happened |
| MouseEventArgs | e | The original MouseEventArgs propagated from the mouse event |
| System.Boolean | handled | If handled set to true by the handler of the event, no further action will be performed. |