Search
EditComponent.KeyDown Event
See Also
 





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

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

 Syntax

C#  Copy Code

public event EventHandler<KeyboardEventArgs> KeyDown

Visual Basic  Copy Code

Public Event KeyDown As EventHandler(Of KeyboardEventArgs)

 Event Data

KeyDown event handlers receive an argument of type KeyboardEventArgs.

 See Also