Class EventToCommandBehavior
Behavior that execute command when given event is raised.
Inheritance
System.Object
EventToCommandBehavior
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public static class EventToCommandBehavior
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. |