'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.