HierarchyItemEventArgs Class
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.
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. |