Back to Devexpress

DxPopupBase.Created Event

blazor-devexpress-dot-blazor-dot-dxpopupbase-43032536.md

latest980 B
Original Source

DxPopupBase.Created Event

Fires after the Popup is created.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[Parameter]
public EventCallback<PopupCreatedEventArgs> Created { get; set; }

Event Data

The Created event's data class is PopupCreatedEventArgs. 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