FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridCellView Class / OnPreviewGotKeyboardFocus Method

In This Topic
    OnPreviewGotKeyboardFocus Method (GridCellView)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnPreviewGotKeyboardFocus( _
       ByVal e As KeyboardFocusChangedEventArgs _
    ) 
    protected virtual void OnPreviewGotKeyboardFocus( 
       KeyboardFocusChangedEventArgs e
    )

    Parameters

    e
    See Also