Skip to main content
A newer version of this page is available. .
All docs
V22.1

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). (CTP)
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
CustomizeTemplate
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