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


GrapeCity.Xaml.SpreadSheet.UI Namespace > FormulaTextBox Class : OnGotFocus Method
The data for the event.
Called before the GotFocus event occurs.
Syntax
'Declaration
 
Protected Overrides NotOverridable Sub OnGotFocus( _
   ByVal e As RoutedEventArgs _
) 
'Usage
 
Dim instance As FormulaTextBox
Dim e As RoutedEventArgs
 
instance.OnGotFocus(e)
protected override void OnGotFocus( 
   RoutedEventArgs e
)

Parameters

e
The data for the event.
See Also

Reference

FormulaTextBox Class
FormulaTextBox Members