HierarchyItemCollectionChangedEventArgs Constructor (UInt32, NotifyCollectionChangedAction, IList, IList)

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, _
    newItems As IList, _
    oldItems As IList _
)
public HierarchyItemCollectionChangedEventArgs(
    uint hierarchyManipulationState,
    NotifyCollectionChangedAction action,
    IList newItems,
    IList oldItems
)
public:
HierarchyItemCollectionChangedEventArgs(
    unsigned int hierarchyManipulationState, 
    NotifyCollectionChangedAction action, 
    IList^ newItems, 
    IList^ oldItems
)
new : 
        hierarchyManipulationState:uint32 * 
        action:NotifyCollectionChangedAction * 
        newItems:IList * 
        oldItems:IList -> HierarchyItemCollectionChangedEventArgs
public function HierarchyItemCollectionChangedEventArgs(
    hierarchyManipulationState : uint, 
    action : NotifyCollectionChangedAction, 
    newItems : IList, 
    oldItems : IList
)

Parameters

.NET Framework Security

See Also

Reference

HierarchyItemCollectionChangedEventArgs Class

HierarchyItemCollectionChangedEventArgs Overload

Microsoft.VisualStudio.Shell Namespace