Northwoods.GoSilverlight 1.3.5 Assembly
DoKeyUp Method
See Also  Send Feedback
Northwoods.GoXam.Tool Namespace > DiagramTool Class : DoKeyUp Method

e
The diagram will call this method upon a key up event.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub DoKeyUp( _
   ByVal e As KeyEventArgs _
) 
C# 
public virtual void DoKeyUp( 
   KeyEventArgs e
)

Parameters

e

Remarks

In WPF this key event method isn't called due to the command mechanism. In Silverlight there are no commands, so this method is always called.

Requirements

See Also

© 2012 All Rights Reserved.