Search
KeyboardEventArgs Constructor (ComponentBase, Char)
See Also
 





Initializes a new instance of the KeyboardEventArgs class.

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

 Syntax

C#  Copy Code

public KeyboardEventArgs (
    ComponentBase component,
    char keyChar
)

Visual Basic  Copy Code

Public New ( _
    component As ComponentBase, _
    keyChar As Char _
)

 Parameters

component
The component related to the event.
keyChar
A character representing the key related to the event.

 See Also