WebPartVerb Constructor

 

Initializes a new instance of the WebPartVerb class.

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

NameDescription
System_CAPS_pubmethodWebPartVerb(String^, String^)

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

System_CAPS_pubmethodWebPartVerb(String^, WebPartEventHandler^)

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

System_CAPS_pubmethodWebPartVerb(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.

Return to top
Show: