ControlExecutedServerEvent
The ControlExecutedServerEvent
class represents an event that has been executed on the server for a control.
Properties
Name | Description |
---|---|
Name | The name of the executed server event. |
Parameters | A dictionary containing parameters associated with the executed event. |
Constructors
Name | Description |
---|---|
ControlExecutedServerEvent() | Initializes a new instance of the ControlExecutedServerEvent class. |