System.Web.UI.WebControls.ServerValidateEventArgs Members

The members of System.Web.UI.WebControls.ServerValidateEventArgs are listed below.

See Also: Inherited members from System.EventArgs

Public Constructors

Public Properties

IsValidbool.

Gets or sets whether the value specified by the ServerValidateEventArgs.Value property passed validation.

[read-only]
Valuestring.

Gets the value to validate in the custom event handler for the CustomValidator.ServerValidate event.