System.Web.UI.ClientScriptManager.ValidateEvent Method

Validates a client event that was registered for event validation using the ClientScriptManager.RegisterForEventValidation(string, string) method.

Syntax

public void ValidateEvent (string uniqueId, string argument)

Parameters

uniqueId
A unique ID representing the client control generating the event.
argument
The event arguments passed with the client event.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0