WebPartVerb.ServerClickHandler Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a reference to the method that handles server-side click events for the verb.
public:
property System::Web::UI::WebControls::WebParts::WebPartEventHandler ^ ServerClickHandler { System::Web::UI::WebControls::WebParts::WebPartEventHandler ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Web.UI.WebControls.WebParts.WebPartEventHandler ServerClickHandler { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ServerClickHandler : System.Web.UI.WebControls.WebParts.WebPartEventHandler
Public ReadOnly Property ServerClickHandler As WebPartEventHandler
Property Value
A WebPartEventHandler that handles server-side click events.
- Attributes
Remarks
Use this property to get a reference to the method that handles the server-side click events for a verb.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.