Back to Devexpress

DxFlyout.Created Event

blazor-devexpress-dot-blazor-dot-dxflyout-1a67e209.md

latest981 B
Original Source

DxFlyout.Created Event

Fires after the flyout window is initialized.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

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

Event Data

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

PropertyDescription
CancellationTokenSpecifies an object that propagates a cancellation notification.

See Also

DxFlyout Class

DxFlyout Members

DevExpress.Blazor Namespace