NotifyDetachedFromLogicalTree Method
Notifies the control that it is being detached from a rooted logical tree.
Definition
Namespace: Avalonia.LogicalTree
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
void NotifyDetachedFromLogicalTree(
LogicalTreeAttachmentEventArgs e
)
Sub NotifyDetachedFromLogicalTree (
e As LogicalTreeAttachmentEventArgs
)
abstract NotifyDetachedFromLogicalTree :
e : LogicalTreeAttachmentEventArgs -> unit
Parameters
- LogicalTreeAttachmentEventArgs
- The event args.
Remarks
This method will be called automatically by the framework, you should not need to call this method yourself.