Back to Devexpress

HtmlContentPopup Events

windowsforms-devexpress-dot-xtraeditors-dot-htmlcontentpopup-dot-underscore-events.md

latest3.0 KB
Original Source

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).

NameDescription
ClosedFires after the window is closed. This is a notification event.
ClosingFires when the window is about to be closed. Allows you to cancel the close operation.
CustomDisplayTextAllows you to specify custom display text for bound field values.
CustomizeTemplateFires before a popup is shown on-screen and allows you to modify the HTML-CSS template of this HtmlContentPopup component.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
ElementLoad
ElementMouseClickOccurs when a user clicks any HTML element.
ElementMouseDoubleClickOccurs when a user double-clicks any HTML element.
ElementMouseDownOccurs when a mouse button is pressed over an HTML element.
ElementMouseMoveOccurs when a mouse pointer moves while over an HTML element.
ElementMouseOutOccurs when a mouse pointer leaves the bounds of an HTML element.
ElementMouseOverOccurs when a mouse pointer enters the bounds of an HTML element.
ElementMouseUpOccurs when a mouse button pressed over an HTML element is released.
HiddenFires when a window is hidden.
ViewModelRelease
ViewModelSet

See Also

HtmlContentPopup Class

HtmlContentPopup Members

DevExpress.XtraEditors Namespace