The PostBackEventArgs type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PostBackEventArgs |
Constructor used to pass in parameters.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| PostBackValue |
String returned to server when the user clicks a button or
changes the selection in a dropdown when the PostBackValue property
of that toolbar item is set to a non-blank value.
|