PickEventArgs Constructor |
Initializes a new instance of the PickEventArgs class.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public PickEventArgs(
MouseEventArgs mouseEvent
)
Public Sub New (
mouseEvent As MouseEventArgs
)
public:
PickEventArgs(
MouseEventArgs^ mouseEvent
)
new :
mouseEvent : MouseEventArgs -> PickEventArgs
Parameters
- mouseEvent
- Type: System.Windows.FormsMouseEventArgs
A MouseEventArgs that provides data for the MouseUp,
MouseDown, and MouseMove events.
See Also