Called when a key is released while this DiagramSurface has focus.

Namespace:  Mindscape.WpfDiagramming
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
protected override void OnKeyUp(
	KeyEventArgs e
)
Visual Basic (Declaration)
Protected Overrides Sub OnKeyUp ( _
	e As KeyEventArgs _
)

Parameters

e
Type: System.Windows.Input..::.KeyEventArgs
The event data.

See Also