WebPartVerb Constructor (String, String)

 

Initializes a new instance of the WebPartVerb class and associates a client-side click event handler with the instance.

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

new : 
        id:string *
        clientClickHandler:string -> WebPartVerb

Parameters

id
Type: System.String

A String that is the unique identifier for a verb.

clientClickHandler
Type: System.String

A String that refers to the client-side handler for click events.

Exception Condition
ArgumentNullException

The clientClickHandler parameter is null.

This class constructor refers to a client-side event handler to call when the user clicks a verb in the user interface (UI).

.NET Framework
Available since 2.0
Return to top
Show: