[]
Creates a new instance of the DialogCharEventAgrs class.
public DialogCharEventArgs(char charCode, bool handled)
Public Sub New(charCode As Char, handled As Boolean)
| Type | Name | Description |
|---|---|---|
| char | charCode | Character to process |
| bool | handled | Whether the event was handled |