'Declaration Public Function New( _
ByVal button As VintasoftMouseButtons, _
ByVal clicksThe number of times the mouse button was pressed and released.As System.Int32, _
ByVal keyboardModifierKeysState of the keyboard modifiers.As VintasoftKeys, _
ByVal locationThe location of the mouse during the generating mouse event.As Vintasoft.Primitives.VintasoftPoint _
)
public VintasoftControlMouseEventArgs(
VintasoftMouseButtons button,
System.Int32 clicks,
VintasoftKeys keyboardModifierKeys,
Vintasoft.Primitives.VintasoftPoint location
)
public: VintasoftControlMouseEventArgs(
VintasoftMouseButtons button,
System.Int32 clicks,
VintasoftKeys keyboardModifierKeys,
Vintasoft.Primitives.VintasoftPoint location
)
public:
VintasoftControlMouseEventArgs(
VintasoftMouseButtons button,
System.Int32 clicks,
VintasoftKeys keyboardModifierKeys,
Vintasoft.Primitives.VintasoftPoint location
)
Parameters
- button
- The identifier of clicked mouse button.
- clicks
- The number of times the mouse button was pressed and released.
- keyboardModifierKeys
- State of the keyboard modifiers.
- location
- The location of the mouse during the generating mouse event.