'Declaration Protected Overrides Sub OnMouseDown( _
ByVal eThe System.Windows.Input.MouseButtonEventArgs that contains the event data. This event data reports details about the mouse button that was pressed and the handled state.As System.Windows.Input.MouseButtonEventArgs _
)
protected override void OnMouseDown(
System.Windows.Input.MouseButtonEventArgs e
)
protected: void OnMouseDown(
System.Windows.Input.MouseButtonEventArgs* e
); override
protected:
void OnMouseDown(
System.Windows.Input.MouseButtonEventArgs^ e
); override
Parameters
- e
- The System.Windows.Input.MouseButtonEventArgs that contains the event data. This event data reports details about the mouse button that was pressed and the handled state.