IWindowImplClosing Property
Gets or sets a method called before the underlying implementation is destroyed.
Return true to prevent the underlying implementation from closing.
Namespace: Avalonia.PlatformAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
Func<WindowCloseReason, bool>? Closing { get; set; }
Property Closing As Func(Of WindowCloseReason, Boolean)
Get
Set
abstract Closing : Func<WindowCloseReason, bool> with get, set
Property Value
FuncWindowCloseReason,
Boolean