Delegate PmpSelectionBoxSelectionSubmittedEventHandler
- Namespace
- Hymma.Solidworks.Addins
- Assembly
- Hymma.Solidworks.Addins.dll
and event handler for SelectionSubmitted
[ComVisible(true)]
public delegate bool PmpSelectionBoxSelectionSubmittedEventHandler(PmpSelectionBox sender, PmpSelectionBoxSelectionSubmittedEventArgs eventArgs)
Parameters
senderPmpSelectionBoxthe controller that fired the event
eventArgsPmpSelectionBoxSelectionSubmittedEventArgsuseful event arguments provided to you by SOLIDWORKS
Returns
- bool
true to selection to happen and false to disregard all selections