HtmlPanelElementClickArgs
Wisej.Web.HtmlPanelElementClickArgs
Last updated
Wisej.Web.HtmlPanelElementClickArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the HtmlPanelElementClickArgs event handler.
Initializes a new instance of the HtmlPanelElementClickArgs class.
Initializes a new instance of the HtmlPanelElementClickArgs class.
Name | Type | Description |
---|---|---|
element | Outer HTML of the clicked element. | |
role | Value of the "role" attribute of the clicked element. |
String: Returns the HTML of the element that was clicked in the HtmlPanel panel.
String: Returns the role attribute assigned to the element that generated the event.
The value in the Role property is taken from the "role" attribute of the clicked element inside the widget.
Name | Description |
---|---|
Represents the method that will handle the ElementClick event. |