UCListBoxItem.OnMouseLeftButtonUp Method
Called before the MouseLeftButtonUp event occurs.
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Protected Overrides Sub OnMouseLeftButtonUp ( _
e As MouseButtonEventArgs _
)
'Usage
Dim e As MouseButtonEventArgs
Me.OnMouseLeftButtonUp(e)
protected override void OnMouseLeftButtonUp(
MouseButtonEventArgs e
)
Parameters
- e
Type: System.Windows.Input.MouseButtonEventArgs
The data for the event.