The properties of System.Web.UI.WebControls.ServerValidateEventArgs are listed below. For a list of all members, see the ServerValidateEventArgs Members list.
See Also: Inherited members from System.EventArgs
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. |