ModelEventCollection Class
Represents an enumeration of events.
Namespace: Microsoft.Windows.Design.Model
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public MustInherit Class ModelEventCollection _
Inherits ModelMemberCollection(Of ModelEvent, RoutedEvent)
'Usage
Dim instance As ModelEventCollection
public abstract class ModelEventCollection : ModelMemberCollection<ModelEvent, RoutedEvent>
public ref class ModelEventCollection abstract : public ModelMemberCollection<ModelEvent^, RoutedEvent^>
public abstract class ModelEventCollection extends ModelMemberCollection<ModelEvent, RoutedEvent>
Remarks
The ModelEventCollection class defines an enumerator and a variety of search mechanisms.
Inheritance Hierarchy
System.Object
Microsoft.Windows.Design.Model.ModelMemberCollection<ModelEvent, RoutedEvent>
Microsoft.Windows.Design.Model.ModelEventCollection
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.Windows.Design.Model Namespace