'Declaration Protected Overrides Sub OnGotFocus( _ ByVal e As System.Windows.RoutedEventArgs _ )
'Usage Dim instance As AutoFilterListBox Dim e As System.Windows.RoutedEventArgs instance.OnGotFocus(e)
protected override void OnGotFocus( System.Windows.RoutedEventArgs e )
Parameters
- e
- The System.Windows.RoutedEventArgs that contains the event data.