Initializes a new instance of the PickEventArgs class.
Namespace:
Imsl.Chart2D
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public PickEventArgs( MouseEventArgs mouseEvent ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ mouseEvent As MouseEventArgs _ ) |
Visual C++ |
---|
public: PickEventArgs( MouseEventArgs^ mouseEvent ) |
Parameters
- mouseEvent
- Type: System.Windows.Forms..::.MouseEventArgs
A MouseEventArgs that provides data for the MouseUp, MouseDown, and MouseMove events.