DataLoadEventArgs
The DataLoadEventArgs class extends BaseEventArgs and represents event arguments used when loading external data into a control.
Properties
| Name | Description |
|---|---|
| Data | Gets or sets the data object to be loaded into the control. |
| ResponseParameters | The response parameters associated with the event. |
Constructors
| Name | Description |
|---|---|
| DataLoadEventArgs() | Initializes a new instance of the DataLoadEventArgs class with default settings. |
| DataLoadEventArgs() | Initializes a new instance of the DataLoadEventArgs class. |