Wisej.Web.HtmlPanelElementClickHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents the method that will handle the ElementClick event.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.HtmlPanel
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents a control that displays any HTML file and a corresponding CSS style sheet as embedded HTML.
Initializes a new instance of the class.
: Returns or sets whether clicking on a link in the Html panel can navigate to the URL specified in the link. (Default: False
)
Wisej.Web.HtmlPanelElementClickArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for the event handler.
Initializes a new instance of the class.
Initializes a new instance of the class.
Name | Type | Description |
---|
: Returns the HTML of the element that was clicked in the panel.
The value in the Role property is taken from the "role" attribute of the clicked element inside the widget.
: Indicates the border style for the control. (Default: None
)
: Returns or sets the CSS rules to apply to the html content. (Default: ""
)
: Returns or sets the HTML text to display in the control. (Default: ""
)
: Returns or sets the html file name to display in the control. (Default: ""
)
: Returns or sets the type of scroll bars to display for the control. (Default: Both
)
: Returns or sets the css file name to apply to the html text in control. (Default: ""
)
Fired when the user clicks on any element inside the html panel.
Fired when the Html property is changed.
Fired when the HtmlSource property is changed.
Name | Description |
---|
: Returns the role attribute assigned to the element that generated the event.
Name | Description |
---|
sender
The source of the event.
e
A HtmlPanelElementClickArgs that contains the event data.
Fired when the user clicks on any element inside the html panel.
Bindable components implement this interface. |
Controls that support drag & drop operations implement this interface. |
All wisej components implement this interface. |
Allows an object to serialize itself. |
element | Outer HTML of the clicked element. |
role | Value of the "role" attribute of the clicked element. |
All wisej controls derived from the class must implement this interface.
Represents the method that will handle the event.