HierarchyItemCollectionChangedEventArgs Constructor (UInt32, NotifyCollectionChangedAction, IList^, IList^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

public:
HierarchyItemCollectionChangedEventArgs(
	unsigned int hierarchyManipulationState,
	NotifyCollectionChangedAction action,
	IList^ newItems,
	IList^ oldItems
)

Parameters

hierarchyManipulationState
Type: System::UInt32

action
Type: System.Collections.Specialized::NotifyCollectionChangedAction

newItems
Type: System.Collections::IList^

oldItems
Type: System.Collections::IList^

Return to top
Show: