Called when a key is pressed while this DiagramSurface has focus.
Namespace:
Mindscape.WpfDiagrammingAssembly: Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
protected override void OnKeyDown( KeyEventArgs e ) |
| Visual Basic (Declaration) |
|---|
Protected Overrides Sub OnKeyDown ( _ e As KeyEventArgs _ ) |
Parameters
- e
- Type: System.Windows.Input..::.KeyEventArgs
The event data.