UserEventInfo
The UserEventInfo class represents information related to a user-triggered event, including details about the control, event name, sender, and arguments.
Properties
| Name | Description |
|---|---|
| Argument | Additional arguments related to the event. |
| ControlId | The identifier of the control that triggered the event. |
| Name | The name of the event. |
| Sender | The object that triggered the event. |
Constructors
| Name | Description |
|---|---|
| UserEventInfo() | Initializes a new instance of the UserEventInfo class. |