Back to Devexpress

HtmlContentPopup.Closed Event

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

latest1.3 KB
Original Source

HtmlContentPopup.Closed Event

Fires after the window is closed. This is a notification event.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Event Data

The Closed event's data class is EventArgs.

Remarks

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

See Also

Close

HtmlContentPopup Class

HtmlContentPopup Members

DevExpress.XtraEditors Namespace