This documentation is archived and is not being maintained.

WebPartVerb Constructor (String, WebPartEventHandler, String)

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

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

public:
WebPartVerb(
	String^ id, 
	WebPartEventHandler^ serverClickHandler, 
	String^ clientClickHandler
)

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.

ExceptionCondition
ArgumentNullException

The clientClickHandler parameter is nullptr.

- or -

The serverClickHandler parameter is nullptr.

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).

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0, 2.0
Show: