LogicalTreeAttachmentEventArgs Constructor
Initializes a new instance of the LogicalTreeAttachmentEventArgs class.
Definition
Namespace: Avalonia.LogicalTree
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public LogicalTreeAttachmentEventArgs(
ILogicalRoot root,
ILogical source,
ILogical? parent
)
Public Sub New (
root As ILogicalRoot,
source As ILogical,
parent As ILogical
)
new :
root : ILogicalRoot *
source : ILogical *
parent : ILogical -> LogicalTreeAttachmentEventArgs
Parameters
- ILogicalRoot
- The root of the logical tree.
- ILogical
- The control being attached/detached.
- ILogical
- The Parent.
See Also
Reference
LogicalTreeAttachmentEventArgs Class
Avalonia.LogicalTree Namespace