HtmlContentPopup.ElementLoad Event
In This Article
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Event Data
The ElementLoad event's data class is DxHtmlElementEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Bubbles |
Returns whether this element can pass an event up along the tree, to its parent HTML elements. You can enable the Cancel |
Cancel |
Specifies whether this element should pass an event to its parent elements. See any “Html |
Current |
|
Element | |
Element |
Returns the unique identifier of an HTML element. Element IDs are set in HTML markup (the “id” property). See any “Html |
Node |
|
Root |
|
Suppress |
Specifies whether a control whose HTML element triggered this event should raise its own related event. See any “Html |
Tag |
|
Target |
The event data class exposes the following methods:
Method |
---|
Has |
Has |
Has |
See Also