ActivatedEventArgs Constructor

Ctor for ActivatedEventArgs

Definition

Namespace: Avalonia.Controls.ApplicationLifetimes
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public ActivatedEventArgs(
	ActivationKind kind
)

Parameters

kind  ActivationKind
The ActivationKind that this event represents

See Also