Provides class handling for the System.Windows.UIElement.MouseLeftButtonDown routed event that occurs when the left mouse button is pressed while the mouse pointer is over this control.
Syntax
'Declaration
Protected Overrides Sub OnMouseLeftButtonDown( _
ByVal As System.Windows.Input.MouseButtonEventArgs _
)
'Usage
Dim instance As TabStripSideButton
Dim e As System.Windows.Input.MouseButtonEventArgs
instance.OnMouseLeftButtonDown(e)
protected override void OnMouseLeftButtonDown(
System.Windows.Input.MouseButtonEventArgs
)
Parameters
- e
- The event data.
See Also