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