This documentation is archived and is not being maintained.
WebPartVerb Constructor (String, WebPartEventHandler, String)
Visual Studio 2010
Initializes a new instance of the WebPartVerb class and associates both client and server-side click event handlers with the instance.
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.
| Exception | Condition |
|---|---|
| ArgumentNullException | The clientClickHandler parameter is nullptr. - or - The serverClickHandler parameter is nullptr. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: