WebPartVerb Constructor (String, WebPartEventHandler, String)
.NET Framework (current version)
Initializes a new instance of the WebPartVerb class and associates both client and server-side click event handlers with the instance.
Assembly: System.Web (in System.Web.dll)
new : id:string * serverClickHandler:WebPartEventHandler * clientClickHandler:string -> WebPartVerb
Parameters
- id
-
Type:
System.String
A String that is the unique identifier for a verb.
- serverClickHandler
-
Type:
System.Web.UI.WebControls.WebParts.WebPartEventHandler
A WebPartEventHandler that handles click events on the server.
- clientClickHandler
-
Type:
System.String
A String that refers to the client-side handler for click events.
| Exception | Condition |
|---|---|
| ArgumentNullException | The clientClickHandler parameter is null. - or - The serverClickHandler parameter is null. |
This class constructor refers to both client-side and server-side click event handlers to call when the user clicks a verb in the user interface (UI).
.NET Framework
Available since 2.0
Available since 2.0
Show: