Search
EditComponent.KeyUp Event
See Also
 





Raised when a key is released while the component has input focus.

Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public event EventHandler<KeyboardEventArgs> KeyUp

Visual Basic  Copy Code

Public Event KeyUp As EventHandler(Of KeyboardEventArgs)

 Event Data

KeyUp event handlers receive an argument of type KeyboardEventArgs.

 See Also