<
ComponentOne OLAP for WPF and Silverlight
C1.Silverlight.FlexGrid Namespace / C1FlexGrid Class / PreviewKeyDown Event

In This Topic
    PreviewKeyDown Event
    In This Topic
    Occurs when the user presses a key while the grid has focus.
    Syntax
    'Declaration
     
    Public Event PreviewKeyDown As KeyEventHandler
    public event KeyEventHandler PreviewKeyDown
    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