DxHtmlElementEventArgs Constructors
Stores information about an HTML element with which a user has interacted.| Name | Parameters | Description |
|---|---|---|
| DxHtmlElementEventArgs() | none | Initializes a new instance of the DxHtmlElementEventArgs class. |
| DxHtmlElementEventArgs(DxHtmlNode) | node | Initializes a new instance of the DxHtmlElementEventArgs class with specified settings. |
| DxHtmlElementEventArgs(DxHtmlRootElement, DxHtmlNode) | rootElement, node | Initializes a new instance of the DxHtmlElementEventArgs class with specified settings. |
See Also