System.Web.UI.WebControls.WebParts.WebPartVerb.ClientClickHandler Property

Gets the string containing the method name of the client-side event handler defined in the System.Web.UI.WebControls.WebParts.WebPartVerb constructor.

Syntax

[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public string ClientClickHandler { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use this property to retrieve the name of the method that handles click events for the verb on the client.

Requirements

Namespace: System.Web.UI.WebControls.WebParts
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0