Search
KeyboardEventArgs Constructor (ComponentBase, Key, Key)
See Also
 





Initializes a new instance of the KeyboardEventArgs class.

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

 Syntax

C#  Copy Code

public KeyboardEventArgs (
    ComponentBase component,
    Key key,
    Key modifiers
)

Visual Basic  Copy Code

Public New ( _
    component As ComponentBase, _
    key As Key, _
    modifiers As Key _
)

 Parameters

component
The component related to the event.
key
The key related to the event.
modifiers
The keyboard modifiers related to the event.

 See Also