InputElementOnAttachedToVisualTreeCore Method

Calls the OnAttachedToVisualTree(VisualTreeAttachmentEventArgs) method for this control and all of its visual descendants.

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
protected override void OnAttachedToVisualTreeCore(
	VisualTreeAttachmentEventArgs e
)

Parameters

e  VisualTreeAttachmentEventArgs
The event args.

See Also