GoXam for WPF v3
OnKeyUp Method
Northwoods.GoXam Namespace > Diagram Class : OnKeyUp Method
The System.Windows.Input.KeyEventArgs that contains the event data.
Invoked when an unhandled System.Windows.Input.Keyboard.KeyUp 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 OnKeyUp( 
   KeyEventArgs e
)

Parameters

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

Reference

Diagram Class
Diagram Members