Class EventToCommandBehavior
Behavior that execute command when given event is raised.
Inheritance
System.Object
EventToCommandBehavior
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public static class EventToCommandBehavior : Object
Methods
GetEventBindings(DependencyObject)
Gets the collection of EventBindings associated with this element.
Declaration
public static EventBindingCollection GetEventBindings(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
The object that EventBindingCollection is returned. |
Returns
EventBindingCollection
Returns the EventBindingCollection associated with this object. |