HierarchyItemCollectionChangedEventArgs Constructor (UInt32, NotifyCollectionChangedAction, IList^, Int32, Int32)
Visual Studio 2015
This API supports the product infrastructure and is not intended to be used directly from your code.
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
public: HierarchyItemCollectionChangedEventArgs( unsigned int hierarchyManipulationState, NotifyCollectionChangedAction action, IList^ changedItems, int index, int oldIndex )
Parameters
- hierarchyManipulationState
- Type: System::UInt32
- changedItems
- Type: System.Collections::IList^
- index
- Type: System::Int32
- oldIndex
- Type: System::Int32
Show: