Delegate PmpListboxRightClickedEventHandler
- Namespace
- Hymma.Solidworks.Addins
- Assembly
- Hymma.Solidworks.Addins.dll
event handler for RightClicked
public delegate void PmpListboxRightClickedEventHandler(PmpListBox sender, Tuple<double, double, double> point)
Parameters
senderPmpListBoxthe list box controller that raised this event
pointTuple<double, double, double>where user released the right mouse button