Called when a key is released when this component has the input focus.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public virtual void OnKeyUp ( |
Visual Basic
Copy Code
|
|---|
Public Overridable Sub OnKeyUp( _ |
A Key value that is the code of the pressed key.
A Key value representing one or more modifier flags.
See Also