HierarchyItemEventArgs Class

Definition

Important

This API is not CLS-compliant.

Provides event arguments that are used by AfterInvalidateItems and OnItemAdded events to denote which specific item was invalidated or added.

public ref class HierarchyItemEventArgs : EventArgs
[System.CLSCompliant(false)]
public class HierarchyItemEventArgs : EventArgs
public class HierarchyItemEventArgs : EventArgs
[<System.CLSCompliant(false)>]
type HierarchyItemEventArgs = class
    inherit EventArgs
type HierarchyItemEventArgs = class
    inherit EventArgs
Public Class HierarchyItemEventArgs
Inherits EventArgs
Inheritance
HierarchyItemEventArgs
Attributes

Constructors

HierarchyItemEventArgs(IVsHierarchyItem)

Initializes a new instance of the HierarchyItemEventArgs class.

Properties

Item

Gets the hierarchy item containing either the invalidated items or the item that was added.

Applies to