Skip to main content
Version: 3.5

HtmlPanelElementClickArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the HtmlPanelElementClickArgs event handler.

public class HtmlPanelElementClickArgs : EventArgs

Constructors

Instance memberHtmlPanelElementClickArgs()

Initializes a new instance of the HtmlPanelElementClickArgs class.

Instance memberHtmlPanelElementClickArgs(element, role)

Initializes a new instance of the HtmlPanelElementClickArgs class.

NameTypeDescription
elementStringOuter HTML of the clicked element.
roleStringValue of the "role" attribute of the clicked element.

Properties

Instance memberElement

String: Returns the HTML of the element that was clicked in the HtmlPanel panel.

Instance memberRole

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.

Used By

NameDescription
HtmlPanelElementClickHandlerRepresents the method that will handle the ElementClick event.