Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called before the MouseLeave event occurs.
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Protected Overrides Sub OnMouseLeave ( _
e As MouseEventArgs _
)
'Usage
Dim e As MouseEventArgs
Me.OnMouseLeave(e)
protected override void OnMouseLeave(
MouseEventArgs e
)
Parameters
- e
Type: System.Windows.Input.MouseEventArgs
The data for the event.