This documentation is archived and is not being maintained.

WebPartVerb Constructor

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.

  NameDescription
Public method WebPartVerb(String, String) Initializes a new instance of the WebPartVerb class and associates a client-side click event handler with the instance.
Public method WebPartVerb(String, WebPartEventHandler) Initializes a new instance of the WebPartVerb class and associates a server-side click event handler with the instance.
Public method 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.
Top

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: