<
OLAP for WPF and Silverlight | ComponentOne
C1.Silverlight.Olap Namespace / C1OlapGrid Class / PreviewKeyDown Event

In This Topic
    PreviewKeyDown Event
    In This Topic
    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