Skip to main content
Version: 3.5

HtmlPanelElementClickHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents the method that will handle the ElementClick event.

public delegate void HtmlPanelElementClickHandler(Object sender, HtmlPanelElementClickArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eHtmlPanelElementClickArgsA HtmlPanelElementClickArgs that contains the event data.

Fired By

NameDescription
HtmlPanel.ElementClickFired when the user clicks on any element inside the html panel.