Summary
Holds the event arguments for the
AttachedToLogicalTree
and
DetachedFromLogicalTree
events.
- Namespace
- Avalonia
.LogicalTree - Base Types
-
- object
- EventArgs
graph BT
Type-->Base0["EventArgs"]
Base0-->Base1["object"]
Type["LogicalTreeAttachmentEventArgs"]
class Type type-node
Syntax
public class LogicalTreeAttachmentEventArgs : EventArgs
Constructors
Name | Summary |
---|---|
Logical |
Initializes a new instance of the LogicalTreeAttachmentEventArgs class.
|