WebPartVerb::ClientClickHandler Property
.NET Framework (current version)
Gets the string containing the method name of the client-side event handler defined in the WebPartVerb constructor.
Assembly: System.Web (in System.Web.dll)
public: [BrowsableAttribute(false)] property String^ ClientClickHandler { String^ get(); }
Property Value
Type: System::String^A string that contains the name of the method that handles client-side click events. The default is an empty string ("").
Use this property to retrieve the name of the method that handles click events for the verb on the client.
.NET Framework
Available since 2.0
Available since 2.0
Show: