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