Invoke the pick delegates for the nodes hit by the event.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual void Pick(
MouseEventArgs mouseEvent
)
Public Overridable Sub Pick (
mouseEvent As MouseEventArgs
)
public:
virtual void Pick(
MouseEventArgs^ mouseEvent
)
abstract Pick :
mouseEvent : MouseEventArgs -> unit
override Pick :
mouseEvent : MouseEventArgs -> unit
Parameters
- mouseEvent
- Type: System.Windows.FormsMouseEventArgs
A MouseEventArgs whose position determines which nodes have
been selected.
See Also