ModelEventCollection Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Contains an enumeration of events.

Namespace:  System.Activities.Design.Model
Assembly:  System.Activities.Design.Base (in System.Activities.Design.Base.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>
[<AbstractClassAttribute>]
type ModelEventCollection =  
    class
        inherit ModelMemberCollection<ModelEvent, RoutedEvent>
    end

Inheritance Hierarchy

System.Object
  System.Activities.Design.Model.ModelMemberCollection<ModelEvent, RoutedEvent>
    System.Activities.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.

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 4

See Also

Reference

ModelEventCollection Members

System.Activities.Design.Model Namespace