Raised when a key is released while the component has input focus.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public event EventHandler<KeyboardEventArgs> KeyUp |
Visual Basic
Copy Code
|
|---|
Public Event KeyUp As EventHandler(Of KeyboardEventArgs) |
Event DataKeyUp event handlers receive an argument of type KeyboardEventArgs.
See Also