This API is currently not supported.
Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)

Usage

Visual Basic
Dim e As ActivityCollectionChangeEventArgs

Me.OnListChanging(e)

Syntax

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

Parameters

e

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