IWindowImpl.

Closing Property

Summary

Gets or sets a method called before the underlying implementation is destroyed. Return true to prevent the underlying implementation from closing.
Namespace
Avalonia.Platform
Containing Type
IWindowImpl

Syntax

Func<bool> Closing { get; set; }

Value

Type Description
Func<bool>