WebPartVerb Constructor
.NET Framework 2.0
Initializes a new instance of the WebPartVerb class.
The WebPartVerb constructor creates a new instance of the WebPartVerb class by passing in one of three possible parameters: a reference to a server-side click event handler with an ID string, a reference to a client-side click event handler with an ID string, or references to both types of click event handlers.
| Name | Description |
|---|---|
| WebPartVerb (String, String) | Initializes a new instance of the WebPartVerb class and associates a client-side click event handler with the instance. |
| WebPartVerb (String, WebPartEventHandler) | Initializes a new instance of the WebPartVerb class and associates a server-side click event handler with the instance. |
| WebPartVerb (String, WebPartEventHandler, String) | Initializes a new instance of the WebPartVerb class and associates both client and server-side click event handlers with the instance. |
Community Additions
ADD
Show: