DxWindow.DisposeAsync() Method
Asynchronously disposes of the Window.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
public ValueTask DisposeAsync()
#Returns
Type | Description |
---|---|
Value |
A structure that stores an awaitable result of an asynchronous operation. |
#Remarks
The Disposed event occurs after you called the DisposeAsync
method.