Share via


HierarchyItemCollectionChangedEventArgs Constructor (UInt32, NotifyCollectionChangedAction, Object, Object, Int32)

This API supports the .NET Framework 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)

Syntax

'Declaration
Public Sub New ( _
    hierarchyManipulationState As UInteger, _
    action As NotifyCollectionChangedAction, _
    newItem As Object, _
    oldItem As Object, _
    index As Integer _
)
public HierarchyItemCollectionChangedEventArgs(
    uint hierarchyManipulationState,
    NotifyCollectionChangedAction action,
    Object newItem,
    Object oldItem,
    int index
)
public:
HierarchyItemCollectionChangedEventArgs(
    unsigned int hierarchyManipulationState, 
    NotifyCollectionChangedAction action, 
    Object^ newItem, 
    Object^ oldItem, 
    int index
)
new : 
        hierarchyManipulationState:uint32 * 
        action:NotifyCollectionChangedAction * 
        newItem:Object * 
        oldItem:Object * 
        index:int -> HierarchyItemCollectionChangedEventArgs
public function HierarchyItemCollectionChangedEventArgs(
    hierarchyManipulationState : uint, 
    action : NotifyCollectionChangedAction, 
    newItem : Object, 
    oldItem : Object, 
    index : int
)

Parameters

  • hierarchyManipulationState
    Type: UInt32
  • action
    Type: NotifyCollectionChangedAction
  • newItem
    Type: Object
  • oldItem
    Type: Object
  • index
    Type: Int32

.NET Framework Security

See Also

Reference

HierarchyItemCollectionChangedEventArgs Class

HierarchyItemCollectionChangedEventArgs Overload

Microsoft.VisualStudio.Shell Namespace