IWindowBaseImpl.

Activated Property

Summary

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

Syntax

Action Activated { get; set; }

Value

Type Description
Action