Table of Contents

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

sender PmpListBox

the list box controller that raised this event

point Tuple<double, double, double>

where user released the right mouse button