ActivityCollectionChangeEventArgs Class
Represents the information needed by an event handler to perform custom processing whenever the contents of an ActivityCollection changes.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
| Name | Description | |
|---|---|---|
![]() | ActivityCollectionChangeEventArgs(Int32, Activity^, Activity^, Object^, ActivityCollectionChangeAction) | Initializes a new instance of the ActivityCollectionChangeEventArgs class. |
![]() | ActivityCollectionChangeEventArgs(Int32, ICollection<Activity^>^, ICollection<Activity^>^, Object^, ActivityCollectionChangeAction) | Initializes a new instance of the ActivityCollectionChangeEventArgs class. |
| Name | Description | |
|---|---|---|
![]() | Action | Gets the ActivityCollectionChangeAction representing the type of change that occurred. |
![]() | AddedItems | Gets a strongly typed ICollection of type Activity containing each added Activity. |
![]() | Index | Gets the index of the change originating the event. |
![]() | Owner | Gets the Object which originated the event. |
![]() | RemovedItems | Gets a strongly typed ICollection of type Activity containing each removed Activity. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
For more information about handling events, see NIB: Consuming Events.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


