HierarchyItemCollectionChangedEventArgs Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
HierarchyItemCollectionChangedEventArgs(UInt32, NotifyCollectionChangedAction)
public:
HierarchyItemCollectionChangedEventArgs(System::UInt32 hierarchyManipulationState, System::Collections::Specialized::NotifyCollectionChangedAction action);
public HierarchyItemCollectionChangedEventArgs (uint hierarchyManipulationState, System.Collections.Specialized.NotifyCollectionChangedAction action);
new Microsoft.VisualStudio.Shell.HierarchyItemCollectionChangedEventArgs : uint32 * System.Collections.Specialized.NotifyCollectionChangedAction -> Microsoft.VisualStudio.Shell.HierarchyItemCollectionChangedEventArgs
Public Sub New (hierarchyManipulationState As UInteger, action As NotifyCollectionChangedAction)
Parameters
- hierarchyManipulationState
- UInt32
Applies to
HierarchyItemCollectionChangedEventArgs(UInt32, NotifyCollectionChangedAction, IList)
public:
HierarchyItemCollectionChangedEventArgs(System::UInt32 hierarchyManipulationState, System::Collections::Specialized::NotifyCollectionChangedAction action, System::Collections::IList ^ changedItems);
public HierarchyItemCollectionChangedEventArgs (uint hierarchyManipulationState, System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList changedItems);
new Microsoft.VisualStudio.Shell.HierarchyItemCollectionChangedEventArgs : uint32 * System.Collections.Specialized.NotifyCollectionChangedAction * System.Collections.IList -> Microsoft.VisualStudio.Shell.HierarchyItemCollectionChangedEventArgs
Public Sub New (hierarchyManipulationState As UInteger, action As NotifyCollectionChangedAction, changedItems As IList)
Parameters
- hierarchyManipulationState
- UInt32
- changedItems
- IList
Applies to
HierarchyItemCollectionChangedEventArgs(UInt32, NotifyCollectionChangedAction, Object)
public:
HierarchyItemCollectionChangedEventArgs(System::UInt32 hierarchyManipulationState, System::Collections::Specialized::NotifyCollectionChangedAction action, System::Object ^ changedItem);
public HierarchyItemCollectionChangedEventArgs (uint hierarchyManipulationState, System.Collections.Specialized.NotifyCollectionChangedAction action, object changedItem);
new Microsoft.VisualStudio.Shell.HierarchyItemCollectionChangedEventArgs : uint32 * System.Collections.Specialized.NotifyCollectionChangedAction * obj -> Microsoft.VisualStudio.Shell.HierarchyItemCollectionChangedEventArgs
Public Sub New (hierarchyManipulationState As UInteger, action As NotifyCollectionChangedAction, changedItem As Object)
Parameters
- hierarchyManipulationState
- UInt32
- changedItem
- Object
Applies to
HierarchyItemCollectionChangedEventArgs(UInt32, NotifyCollectionChangedAction, IList, IList)
public:
HierarchyItemCollectionChangedEventArgs(System::UInt32 hierarchyManipulationState, System::Collections::Specialized::NotifyCollectionChangedAction action, System::Collections::IList ^ newItems, System::Collections::IList ^ oldItems);
public HierarchyItemCollectionChangedEventArgs (uint hierarchyManipulationState, System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList newItems, System.Collections.IList oldItems);
new Microsoft.VisualStudio.Shell.HierarchyItemCollectionChangedEventArgs : uint32 * System.Collections.Specialized.NotifyCollectionChangedAction * System.Collections.IList * System.Collections.IList -> Microsoft.VisualStudio.Shell.HierarchyItemCollectionChangedEventArgs
Public Sub New (hierarchyManipulationState As UInteger, action As NotifyCollectionChangedAction, newItems As IList, oldItems As IList)
Parameters
- hierarchyManipulationState
- UInt32
- newItems
- IList
- oldItems
- IList
Applies to
HierarchyItemCollectionChangedEventArgs(UInt32, NotifyCollectionChangedAction, IList, Int32)
public:
HierarchyItemCollectionChangedEventArgs(System::UInt32 hierarchyManipulationState, System::Collections::Specialized::NotifyCollectionChangedAction action, System::Collections::IList ^ changedItems, int startingIndex);
public HierarchyItemCollectionChangedEventArgs (uint hierarchyManipulationState, System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList changedItems, int startingIndex);
new Microsoft.VisualStudio.Shell.HierarchyItemCollectionChangedEventArgs : uint32 * System.Collections.Specialized.NotifyCollectionChangedAction * System.Collections.IList * int -> Microsoft.VisualStudio.Shell.HierarchyItemCollectionChangedEventArgs
Public Sub New (hierarchyManipulationState As UInteger, action As NotifyCollectionChangedAction, changedItems As IList, startingIndex As Integer)
Parameters
- hierarchyManipulationState
- UInt32
- changedItems
- IList
- startingIndex
- Int32
Applies to
HierarchyItemCollectionChangedEventArgs(UInt32, NotifyCollectionChangedAction, Object, Int32)
public:
HierarchyItemCollectionChangedEventArgs(System::UInt32 hierarchyManipulationState, System::Collections::Specialized::NotifyCollectionChangedAction action, System::Object ^ changedItem, int index);
public HierarchyItemCollectionChangedEventArgs (uint hierarchyManipulationState, System.Collections.Specialized.NotifyCollectionChangedAction action, object changedItem, int index);
new Microsoft.VisualStudio.Shell.HierarchyItemCollectionChangedEventArgs : uint32 * System.Collections.Specialized.NotifyCollectionChangedAction * obj * int -> Microsoft.VisualStudio.Shell.HierarchyItemCollectionChangedEventArgs
Public Sub New (hierarchyManipulationState As UInteger, action As NotifyCollectionChangedAction, changedItem As Object, index As Integer)
Parameters
- hierarchyManipulationState
- UInt32
- changedItem
- Object
- index
- Int32
Applies to
HierarchyItemCollectionChangedEventArgs(UInt32, NotifyCollectionChangedAction, Object, Object)
public:
HierarchyItemCollectionChangedEventArgs(System::UInt32 hierarchyManipulationState, System::Collections::Specialized::NotifyCollectionChangedAction action, System::Object ^ newItem, System::Object ^ oldItem);
public HierarchyItemCollectionChangedEventArgs (uint hierarchyManipulationState, System.Collections.Specialized.NotifyCollectionChangedAction action, object newItem, object oldItem);
new Microsoft.VisualStudio.Shell.HierarchyItemCollectionChangedEventArgs : uint32 * System.Collections.Specialized.NotifyCollectionChangedAction * obj * obj -> Microsoft.VisualStudio.Shell.HierarchyItemCollectionChangedEventArgs
Public Sub New (hierarchyManipulationState As UInteger, action As NotifyCollectionChangedAction, newItem As Object, oldItem As Object)
Parameters
- hierarchyManipulationState
- UInt32
- newItem
- Object
- oldItem
- Object
Applies to
HierarchyItemCollectionChangedEventArgs(UInt32, NotifyCollectionChangedAction, IList, IList, Int32)
public:
HierarchyItemCollectionChangedEventArgs(System::UInt32 hierarchyManipulationState, System::Collections::Specialized::NotifyCollectionChangedAction action, System::Collections::IList ^ newItems, System::Collections::IList ^ oldItems, int startingIndex);
public HierarchyItemCollectionChangedEventArgs (uint hierarchyManipulationState, System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList newItems, System.Collections.IList oldItems, int startingIndex);
new Microsoft.VisualStudio.Shell.HierarchyItemCollectionChangedEventArgs : uint32 * System.Collections.Specialized.NotifyCollectionChangedAction * System.Collections.IList * System.Collections.IList * int -> Microsoft.VisualStudio.Shell.HierarchyItemCollectionChangedEventArgs
Public Sub New (hierarchyManipulationState As UInteger, action As NotifyCollectionChangedAction, newItems As IList, oldItems As IList, startingIndex As Integer)
Parameters
- hierarchyManipulationState
- UInt32
- newItems
- IList
- oldItems
- IList
- startingIndex
- Int32
Applies to
HierarchyItemCollectionChangedEventArgs(UInt32, NotifyCollectionChangedAction, IList, Int32, Int32)
public:
HierarchyItemCollectionChangedEventArgs(System::UInt32 hierarchyManipulationState, System::Collections::Specialized::NotifyCollectionChangedAction action, System::Collections::IList ^ changedItems, int index, int oldIndex);
public HierarchyItemCollectionChangedEventArgs (uint hierarchyManipulationState, System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList changedItems, int index, int oldIndex);
new Microsoft.VisualStudio.Shell.HierarchyItemCollectionChangedEventArgs : uint32 * System.Collections.Specialized.NotifyCollectionChangedAction * System.Collections.IList * int * int -> Microsoft.VisualStudio.Shell.HierarchyItemCollectionChangedEventArgs
Public Sub New (hierarchyManipulationState As UInteger, action As NotifyCollectionChangedAction, changedItems As IList, index As Integer, oldIndex As Integer)
Parameters
- hierarchyManipulationState
- UInt32
- changedItems
- IList
- index
- Int32
- oldIndex
- Int32
Applies to
HierarchyItemCollectionChangedEventArgs(UInt32, NotifyCollectionChangedAction, Object, Int32, Int32)
public:
HierarchyItemCollectionChangedEventArgs(System::UInt32 hierarchyManipulationState, System::Collections::Specialized::NotifyCollectionChangedAction action, System::Object ^ changedItem, int index, int oldIndex);
public HierarchyItemCollectionChangedEventArgs (uint hierarchyManipulationState, System.Collections.Specialized.NotifyCollectionChangedAction action, object changedItem, int index, int oldIndex);
new Microsoft.VisualStudio.Shell.HierarchyItemCollectionChangedEventArgs : uint32 * System.Collections.Specialized.NotifyCollectionChangedAction * obj * int * int -> Microsoft.VisualStudio.Shell.HierarchyItemCollectionChangedEventArgs
Public Sub New (hierarchyManipulationState As UInteger, action As NotifyCollectionChangedAction, changedItem As Object, index As Integer, oldIndex As Integer)
Parameters
- hierarchyManipulationState
- UInt32
- changedItem
- Object
- index
- Int32
- oldIndex
- Int32
Applies to
HierarchyItemCollectionChangedEventArgs(UInt32, NotifyCollectionChangedAction, Object, Object, Int32)
public:
HierarchyItemCollectionChangedEventArgs(System::UInt32 hierarchyManipulationState, System::Collections::Specialized::NotifyCollectionChangedAction action, System::Object ^ newItem, System::Object ^ oldItem, int index);
public HierarchyItemCollectionChangedEventArgs (uint hierarchyManipulationState, System.Collections.Specialized.NotifyCollectionChangedAction action, object newItem, object oldItem, int index);
new Microsoft.VisualStudio.Shell.HierarchyItemCollectionChangedEventArgs : uint32 * System.Collections.Specialized.NotifyCollectionChangedAction * obj * obj * int -> Microsoft.VisualStudio.Shell.HierarchyItemCollectionChangedEventArgs
Public Sub New (hierarchyManipulationState As UInteger, action As NotifyCollectionChangedAction, newItem As Object, oldItem As Object, index As Integer)
Parameters
- hierarchyManipulationState
- UInt32
- newItem
- Object
- oldItem
- Object
- index
- Int32