UndoRedoButtonBase.OnKeyDown Method |
Provides class handling for the KeyDown routed event that occurs when the user presses a key while this control has focus.
Namespace: PostSharp.Patterns.Model.Controls
Assembly: PostSharp.Patterns.Xaml (in PostSharp.Patterns.Xaml.dll) Version: 6.10.10.0 (6.10.10.0)
C#
protected override void OnKeyDown( KeyEventArgs e )
Parameters
- e
- Type: System.Windows.Input.KeyEventArgs
The event data.