IWindowBaseImpl.

Deactivated Property

Summary

Gets or sets a method called when the window is deactivated (loses focus).
Namespace
Avalonia.Platform
Containing Type
IWindowBaseImpl

Syntax

Action Deactivated { get; set; }

Value

Type Description
Action