StyledElementOnDetachedFromLogicalTree Method

Called when the styled element is removed from a rooted logical tree.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
protected virtual void OnDetachedFromLogicalTree(
	LogicalTreeAttachmentEventArgs e
)

Parameters

e  LogicalTreeAttachmentEventArgs
The event args.

See Also