Class AttachableObject<T>
Inheritance
System.Object
AttachableObject<T>
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class AttachableObject<T> : BindableObject where T : class
Type Parameters
T
|
Constructors
AttachableObject()
Declaration
protected AttachableObject()
Properties
Owner
Declaration
public T Owner { get; protected set; }
Property Value
T
|
Methods
OnAttached()
Declaration
protected virtual void OnAttached()
OnDetached(T)
Declaration
protected virtual void OnDetached(T previousOwner)
Parameters
T
previousOwner
|