Back to Devexpress

HtmlContentPopup.Closing Event

windowsforms-devexpress-dot-xtraeditors-dot-htmlcontentpopup-daf9de73.md

latest1.7 KB
Original Source

HtmlContentPopup.Closing Event

Fires when the window is about to be closed. Allows you to cancel the close operation.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Events")]
public event CancelEventHandler Closing
vb
<DXCategory("Events")>
Public Event Closing As CancelEventHandler

Event Data

The Closing event's data class is CancelEventArgs. The following properties provide information specific to this event:

PropertyDescription
CancelGets or sets a value indicating whether the event should be canceled.

Remarks

Set the event’s Cancel parameter to true to prevent the window from being closed.

Use the HtmlContentPopup.Close method to close the HtmlContentPopup object.

See Also

HtmlContentPopup Class

HtmlContentPopup Members

DevExpress.XtraEditors Namespace