This documentation is archived and is not being maintained.
WebPartVerb Constructor
Visual Studio 2008
Initializes a new instance of the WebPartVerb class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |
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.
Show: