Skip to main content

UserEventInfo

The UserEventInfo class represents information related to a user-triggered event, including details about the control, event name, sender, and arguments.

Properties

NameDescription
SenderThe object that triggered the event.
NameThe name of the event.
ControlIdThe identifier of the control that triggered the event.
ArgumentAdditional arguments related to the event.

Constructors

NameDescription
UserEventInfo()Initializes a new instance of the UserEventInfo class.