ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / C1DataGrid Class / KeyDown Event

In This Topic
    KeyDown Event (C1DataGrid)
    In This Topic
    Occurs when a keyboard key is pressed while the System.Windows.UIElement has focus.
    Syntax
    'Declaration
     
    
    Public Event KeyDown As KeyEventHandler
    public event KeyEventHandler KeyDown
    Event Data

    The event handler receives an argument of type KeyEventArgs containing data related to this event. The following KeyEventArgs properties provide information specific to this event.

    PropertyDescription
     
     
    (Inherited from System.Windows.RoutedEventArgs)
     
    See Also