ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridDefaultInputHandlingStrategy Class / HandleKeyDown Method
The System.Windows.Input.KeyEventArgs instance containing the event data.

In This Topic
    HandleKeyDown Method (DataGridDefaultInputHandlingStrategy)
    In This Topic
    Handles the key down.
    Syntax
    'Declaration
     
    
    Public Overridable Sub HandleKeyDown( _
       ByVal e As KeyEventArgs _
    ) 
    public virtual void HandleKeyDown( 
       KeyEventArgs e
    )

    Parameters

    e
    The System.Windows.Input.KeyEventArgs instance containing the event data.
    See Also