Name

ServerValidateEventHandler

Synopsis

This delegate specifies the signature an event handler method must receive the ServerValidate event of the CustomValidator control. This delegate uses a special System.EventArgs object, ServerValidateEventArgs, which passes the value that needs to be validated and allows the event handling code to specify whether validation was successful.

Public Delegate Sub ServerValidateEventHandler(
        ByVal source As Object, 
        ByVal args As ServerValidateEventArgs) 

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.