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


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

Parameters

e
The data for the event.
See Also

Reference

FormulaTextBox Class
FormulaTextBox Members