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 GotFocus event occurs.
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Protected Overrides Sub OnGotFocus ( _
e As RoutedEventArgs _
)
'Usage
Dim e As RoutedEventArgs
Me.OnGotFocus(e)
protected override void OnGotFocus(
RoutedEventArgs e
)
Parameters
- e
Type: System.Windows.RoutedEventArgs
The data for the event.