blazor-devexpress-dot-blazor-dot-dxflyout-a0fc1507.md
Fires after the flyout window is closed.
Namespace : DevExpress.Blazor
Assembly : DevExpress.Blazor.v25.2.dll
NuGet Package : DevExpress.Blazor
[Parameter]
public EventCallback<FlyoutClosedEventArgs> Closed { get; set; }
The Closed event's data class is FlyoutClosedEventArgs. The following properties provide information specific to this event:
| Property | Description |
|---|---|
| CancellationToken | Specifies an object that propagates a cancellation notification. |
Handle the Closed event to process close actions. This event occurs in the following cases:
false.Handle the Closing event to perform actions before the flyout window is closed.
See Also