The members of System.Web.UI.WebControls.ServerValidateEventArgs are listed below.
See Also: Inherited members from System.EventArgs
Initializes a new instance of the System.Web.UI.WebControls.ServerValidateEventArgs class. |
IsValid | bool.
Gets or sets whether the value specified by the ServerValidateEventArgs.Value property passed validation. | |
[read-only] | Value | string.
Gets the value to validate in the custom event handler for the CustomValidator.ServerValidate event. |