GetControlPropertyValueEventArgs
The GetControlPropertyValueEventArgs class extends BaseEventArgs and represents event arguments for retrieving control property values.
Properties
| Name | Description |
|---|---|
| ControlName | The name of the control whose property value is being retrieved. |
| PropertyValue | The value of the property being retrieved. |
| PropertyName | The name of the property being accessed. |
| ResponseParameters | The response parameters associated with the event. |
Constructors
| Name | Description |
|---|---|
| GetControlPropertyValueEventArgs() | Initializes a new instance of the GetControlPropertyValueEventArgs class. |