ClassRoutedEventBehaviorCollection
Class
A collection of the RoutedEventBehavior objects. Used by the StyleSheet system.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
public class RoutedEventBehaviorCollection : List<RoutedEventBehavior>, IList, ICollection, IEnumerable
Inheritance: objectList<RoutedEventBehavior>RoutedEventBehaviorCollection
Implements:
Constructors
RoutedEventBehaviorCollection()
Declaration
cs-api-definition
public RoutedEventBehaviorCollection()