Back to Devexpress

DxPopupBase.Disposed Event

blazor-devexpress-dot-blazor-dot-dxpopupbase-3b5f1d08.md

latest988 B
Original Source

DxPopupBase.Disposed Event

Fires after the Popup is disposed.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[Parameter]
public EventCallback<PopupDisposedEventArgs> Disposed { get; set; }

Event Data

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

PropertyDescription
CancellationTokenSpecifies an object that propagates a cancellation notification.

See Also

DxPopupBase Class

DxPopupBase Members

DevExpress.Blazor Namespace