Class EventBinding
Inheritance
System.Object
EventBinding
Namespace: Telerik.Core
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class EventBinding : DependencyObject, ICommandSource
Constructors
EventBinding()
Declaration
public EventBinding()
Fields
CommandParameterProperty
Declaration
public static readonly DependencyProperty CommandParameterProperty
Field Value
Microsoft.
|
CommandProperty
Declaration
public static readonly DependencyProperty CommandProperty
Field Value
Microsoft.
|
CommandTargetProperty
Declaration
public static readonly DependencyProperty CommandTargetProperty
Field Value
Microsoft.
|
EventNameProperty
Declaration
public static readonly DependencyProperty EventNameProperty
Field Value
Microsoft.
|
PassEventArgsToCommandProperty
Declaration
public static readonly DependencyProperty PassEventArgsToCommandProperty
Field Value
Microsoft.
|
RaiseOnHandledEventsProperty
Declaration
public static readonly DependencyProperty RaiseOnHandledEventsProperty
Field Value
Microsoft.
|
Properties
Command
Declaration
public ICommand Command { get; set; }
Property Value
System.
|
Implements
CommandParameter
Declaration
public object CommandParameter { get; set; }
Property Value
System.
|
Implements
CommandTarget
Declaration
public UIElement CommandTarget { get; set; }
Property Value
Microsoft.
|
Implements
EventName
Declaration
public string EventName { get; set; }
Property Value
System.
|
PassEventArgsToCommand
Declaration
public bool PassEventArgsToCommand { get; set; }
Property Value
System.
|
RaiseOnHandledEvents
Declaration
public bool RaiseOnHandledEvents { get; set; }
Property Value
System.
|