[]
Represents the event data for the DialogChar event of a Spread component.
public class DialogCharEventArgs : EventArgs
Public Class DialogCharEventArgs
Inherits EventArgs
| Name | Description |
|---|---|
| DialogCharEventArgs(char, bool) | Creates a new instance of the DialogCharEventAgrs class. |
| Name | Description |
|---|---|
| CharCode | Gets the character corresponding to the key the user pressed. |
| Handled | Gets or sets whether the event was handled. |