IWindowBaseImplActivated Property

Gets or sets a method called when the window is activated (receives focus).

Definition

Namespace: Avalonia.Platform
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
Action? Activated { get; set; }

Property Value

Action

See Also