Spread Silverlight Documentation
OnGotFocus Method (AutoFilterDropDownItemControl)


GrapeCity.Windows.SpreadSheet.UI Namespace > AutoFilterDropDownItemControl 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 System.Windows.RoutedEventArgs _
) 
'Usage
 
Dim instance As AutoFilterDropDownItemControl
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.
See Also

Reference

AutoFilterDropDownItemControl Class
AutoFilterDropDownItemControl Members