HtmlPanelElementClickArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the HtmlPanelElementClickArgs event handler.
- C#
- VB.NET
public class HtmlPanelElementClickArgs : EventArgs
Public Class HtmlPanelElementClickArgs
Inherits EventArgs
Constructors
HtmlPanelElementClickArgs()
Initializes a new instance of the HtmlPanelElementClickArgs class.
HtmlPanelElementClickArgs(element, role)
Initializes a new instance of the HtmlPanelElementClickArgs class.
| Name | Type | Description |
|---|---|---|
| element | String | Outer HTML of the clicked element. |
| role | String | Value of the "role" attribute of the clicked element. |
Properties
Element
String: Returns the HTML of the element that was clicked in the HtmlPanel panel.
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
| Name | Description |
|---|---|
| HtmlPanelElementClickHandler | Represents the method that will handle the ElementClick event. |