GoXam for WPF v3
OnKeyDown Method
Northwoods.GoXam Namespace > Diagram Class : OnKeyDown Method
The System.Windows.Input.KeyEventArgs that contains the event data.
Invoked when an unhandled System.Windows.Input.Keyboard.KeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
Syntax
protected override void OnKeyDown( 
   KeyEventArgs e
)

Parameters

e
The System.Windows.Input.KeyEventArgs that contains the event data.
See Also

Reference

Diagram Class
Diagram Members