Back to Devexpress

DxFlyout.Closing Event

blazor-devexpress-dot-blazor-dot-dxflyout-ae47566c.md

latest1.9 KB
Original Source

DxFlyout.Closing Event

Fires before the flyout window is closed.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[Parameter]
public EventCallback<FlyoutClosingEventArgs> Closing { get; set; }

Event Data

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

PropertyDescription
CancelGets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
CancellationTokenSpecifies an object that propagates a cancellation notification.
CloseReasonIdentifies the action that closes the Flyout.

Remarks

Use the event argument’s CloseReason property to identify an action that closes the window. You can set the Cancel property to true to cancel the close action.

Handle the Closed event to perform actions after the window is closed.

See Also

DxFlyout Class

DxFlyout Members

DevExpress.Blazor Namespace