GrapeCity.Xaml.SpreadSheet.UI
OnGotFocus Method (AutoFilterListBox)


GrapeCity.Xaml.SpreadSheet.UI Namespace > AutoFilterListBox Class : OnGotFocus Method
The System.Windows.RoutedEventArgs that contains the event data.
Invoked whenever an unhandled System.Windows.UIElement.GotFocus event reaches this element in its route.
Syntax
'Declaration
 
Protected Overrides Sub OnGotFocus( _
   ByVal e As RoutedEventArgs _
) 
'Usage
 
Dim instance As AutoFilterListBox
Dim e As RoutedEventArgs
 
instance.OnGotFocus(e)
protected override void OnGotFocus( 
   RoutedEventArgs e
)

Parameters

e
The System.Windows.RoutedEventArgs that contains the event data.
See Also

Reference

AutoFilterListBox Class
AutoFilterListBox Members