WebPartVerb::ClientClickHandler Property

 

Gets the string containing the method name of the client-side event handler defined in the WebPartVerb constructor.

Namespace:   System.Web.UI.WebControls.WebParts
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
Return to top
Show: