Click or drag to resize

TriggerCollection Class

A collection of Trigger (TriggerBase) objects.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionTriggerBase
    TomsToolbox.WpfTriggerCollection

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public class TriggerCollection : Collection<TriggerBase>

The TriggerCollection type exposes the following members.

Constructors
  NameDescription
Public methodTriggerCollection
Initializes a new instance of the TriggerCollection class
Top
Extension Methods
See Also