Table of Contents

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

sender PmpSelectionBox

the controller that fired the event

eventArgs PmpSelectionBoxSelectionSubmittedEventArgs

useful event arguments provided to you by SOLIDWORKS

Returns

bool

true to selection to happen and false to disregard all selections