ServerValidateEventArgs.ServerValidateEventArgs Constructor

Initializes a new instance of the ServerValidateEventArgs class.

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)

public:
ServerValidateEventArgs (
	String^ value, 
	bool isValid
)
public ServerValidateEventArgs (
	String value, 
	boolean isValid
)
public function ServerValidateEventArgs (
	value : String, 
	isValid : boolean
)
Not applicable.

Parameters

value

The value to validate.

isValid

true to indicate that the value passes validation; otherwise, false.

Use this constructor to create and initialize a new instance of the ServerValidateEventArgs class.

The following table shows initial property values for an instance of ServerValidateEventArgs.

Property

Initial Value

Value

The value of the value parameter.

IsValid

The value of the isValid parameter.

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0, 1.1, 1.0

Community Additions

ADD
Show: