HtmlContentPopup Events
Allows you to show a popup window with a UI rendered from an HTML-CSS template. Can show data from a bound data context (a business object or data source item).| Name | Description |
|---|---|
| Closed | Fires after the window is closed. This is a notification event. |
| Closing | Fires when the window is about to be closed. Allows you to cancel the close operation. |
| CustomDisplayText | Allows you to specify custom display text for bound field values. |
| CustomizeTemplate | Fires before a popup is shown on-screen and allows you to modify the HTML-CSS template of this HtmlContentPopup component. |
| Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
| ElementLoad | |
| ElementMouseClick | Occurs when a user clicks any HTML element. |
| ElementMouseDoubleClick | Occurs when a user double-clicks any HTML element. |
| ElementMouseDown | Occurs when a mouse button is pressed over an HTML element. |
| ElementMouseMove | Occurs when a mouse pointer moves while over an HTML element. |
| ElementMouseOut | Occurs when a mouse pointer leaves the bounds of an HTML element. |
| ElementMouseOver | Occurs when a mouse pointer enters the bounds of an HTML element. |
| ElementMouseUp | Occurs when a mouse button pressed over an HTML element is released. |
| Hidden | Fires when a window is hidden. |
| ViewModelRelease | |
| ViewModelSet |
See Also