Search
EditComponent.KeyPressed Event
See Also
 





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

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public event EventHandler<KeyboardEventArgs> KeyPressed

Visual Basic  Copy Code

Public Event KeyPressed As EventHandler(Of KeyboardEventArgs)

 Event Data

KeyPressed event handlers receive an argument of type KeyboardEventArgs.

 See Also