Control.OnPreviewKeyDown(KeyRoutedEventArgs) Method
Definition
Called before the PreviewKeyDown event occurs.
protected:
virtual void OnPreviewKeyDown(KeyRoutedEventArgs ^ e) = OnPreviewKeyDown;
void OnPreviewKeyDown(KeyRoutedEventArgs const & e);
protected virtual void OnPreviewKeyDown(KeyRoutedEventArgs e);
Protected Overridable Sub OnPreviewKeyDown (e As KeyRoutedEventArgs)
Parameters
The data for the event.