[]
Creates a new instance of the DialogKeyEvents class.
public DialogKeyEventArgs(Keys keyData, bool handled)
Public Sub New(keyData As Keys, handled As Boolean)
| Type | Name | Description |
|---|---|---|
| Keys | keyData | Key data for the key the user pressed |
| bool | handled | Whether the event was handled |