Spread WPF Documentation
OnGotKeyboardFocus Method (CellPresenterBase)


GrapeCity.Windows.SpreadSheet.UI Namespace > CellPresenterBase Class : OnGotKeyboardFocus Method
Syntax
'Declaration
 
Protected Overridable Sub OnGotKeyboardFocus( _
   ByVal e As System.Windows.Input.KeyboardFocusChangedEventArgs _
) 
'Usage
 
Dim instance As CellPresenterBase
Dim e As System.Windows.Input.KeyboardFocusChangedEventArgs
 
instance.OnGotKeyboardFocus(e)
protected virtual void OnGotKeyboardFocus( 
   System.Windows.Input.KeyboardFocusChangedEventArgs e
)

Parameters

e
See Also

Reference

CellPresenterBase Class
CellPresenterBase Members