This API supports the FIM 2010 infrastructure. Using this API directly from your code is not supported.
Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)

Usage

Visual Basic
Dim e As ActivityCollectionChangeEventArgs

Me.OnListChanged(e)

Syntax

Visual Basic
Protected Overrides Sub OnListChanged ( _
		e As ActivityCollectionChangeEventArgs _
)
C#
protected override void OnListChanged (
		ActivityCollectionChangeEventArgs e
)
C++
protected:
virtual void OnListChanged (
		ActivityCollectionChangeEventArgs^ e
) override
J#
protected void OnListChanged (
		ActivityCollectionChangeEventArgs e
)
JScript
protected override function OnListChanged (
		e : ActivityCollectionChangeEventArgs
)

Parameters

e

A ActivityCollectionChangeEventArgs value.

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

Target Platforms

Windows 2008 x64 Edition

See Also