RadControls for WinForms

A collection of the RoutedEventBehavior objects. Used by the StyleSheet system.

Namespace: Telerik.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public class RoutedEventBehaviorCollection : List<RoutedEventBehavior>
Visual Basic
Public Class RoutedEventBehaviorCollection _
	Inherits List(Of RoutedEventBehavior)

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..List<(Of <(<'RoutedEventBehavior>)>)>
    Telerik.WinControls..::..RoutedEventBehaviorCollection

See Also