Class BehaviorBase
Inheritance
System.Object
BehaviorBase
Namespace: Telerik.Maui.Controls.Compatibility.Common
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class BehaviorBase : Behavior
Constructors
BehaviorBase()
Declaration
public BehaviorBase()
Properties
AttachedBindable
Declaration
public BindableObject AttachedBindable { get; set; }
Property Value
Microsoft.Maui.Controls.BindableObject
|
Methods
OnAttachedTo(BindableObject)
Declaration
protected override void OnAttachedTo(BindableObject bindable)
Parameters
Microsoft.Maui.Controls.BindableObject
bindable
|
OnDetachingFrom(BindableObject)
Declaration
protected override void OnDetachingFrom(BindableObject bindable)
Parameters
Microsoft.Maui.Controls.BindableObject
bindable
|