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 |
---|---|
Sender | The object that triggered the event. |
Name | The name of the event. |
ControlId | The identifier of the control that triggered the event. |
Argument | Additional arguments related to the event. |
Constructors
Name | Description |
---|---|
UserEventInfo() | Initializes a new instance of the UserEventInfo class. |