Class RadEventToCommandBehavior
Inherited Members
Namespace: Telerik.Maui.Controls.Compatibility.Common
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class RadEventToCommandBehavior : BehaviorBase
Constructors
RadEventToCommandBehavior()
Declaration
public RadEventToCommandBehavior()
Fields
CommandParameterProperty
Declaration
public static readonly BindableProperty CommandParameterProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
CommandProperty
Declaration
public static readonly BindableProperty CommandProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
EventArgsConverterProperty
Declaration
public static readonly BindableProperty EventArgsConverterProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
EventNameProperty
Declaration
public static readonly BindableProperty EventNameProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Command
Declaration
public ICommand Command { get; set; }
Property Value
System.Windows.Input.ICommand
|
CommandParameter
Declaration
public object CommandParameter { get; set; }
Property Value
System.Object
|
EventArgsConverter
Declaration
public IValueConverter EventArgsConverter { get; set; }
Property Value
Microsoft.Maui.Controls.IValueConverter
|
EventName
Declaration
public string EventName { get; set; }
Property Value
System.String
|
Methods
OnAttachedTo(BindableObject)
Declaration
protected override void OnAttachedTo(BindableObject bindable)
Parameters
Microsoft.Maui.Controls.BindableObject
bindable
|
Overrides
OnDetachingFrom(BindableObject)
Declaration
protected override void OnDetachingFrom(BindableObject bindable)
Parameters
Microsoft.Maui.Controls.BindableObject
bindable
|