ILogical.

NotifyDetachedFromLogicalTree(LogicalTreeAttachmentEventArgs) Method

Summary

Notifies the control that it is being detached from a rooted logical tree.
Namespace
Avalonia.LogicalTree
Containing Type
ILogical

Syntax

void NotifyDetachedFromLogicalTree(LogicalTreeAttachmentEventArgs e)

Remarks

This method will be called automatically by the framework, you should not need to call this method yourself.

Parameters

Name Type Description
e LogicalTreeAttachmentEventArgs The event args.

Return Value

Type Description
void