Skip to main content
Version: 4.1

HtmlPanelElementClickArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for the HtmlPanelElementClickArgs event handler.

public class HtmlPanelElementClickArgs : EventArgs

Constructors

Instance member HtmlPanelElementClickArgs()

Initializes a new instance of the HtmlPanelElementClickArgs class.

Instance member HtmlPanelElementClickArgs(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 member Element

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

Instance member Role

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.