Invoke the pick delegates for the nodes hit by the event.
Namespace:
Imsl.Chart2D
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual void Pick( MouseEventArgs mouseEvent ) |
Visual Basic (Declaration) |
---|
Public Overridable Sub Pick ( _ mouseEvent As MouseEventArgs _ ) |
Visual C++ |
---|
public: virtual void Pick( MouseEventArgs^ mouseEvent ) |
Parameters
- mouseEvent
- Type: System.Windows.Forms..::.MouseEventArgs
A MouseEventArgs whose position determines which nodes have been selected.