CloseProjectEventArgs Class

Definition

Event arguments for the CloseProject event.

public ref class CloseProjectEventArgs : Microsoft::VisualStudio::Shell::Events::HierarchyEventArgs
public class CloseProjectEventArgs : Microsoft.VisualStudio.Shell.Events.HierarchyEventArgs
type CloseProjectEventArgs = class
    inherit HierarchyEventArgs
Public Class CloseProjectEventArgs
Inherits HierarchyEventArgs
Inheritance
CloseProjectEventArgs

Constructors

CloseProjectEventArgs(IVsHierarchy, Boolean)

Instantiates a new instance of CloseProjectEventArgs.

Properties

Hierarchy

Gets the hierarchy.

(Inherited from HierarchyEventArgs)
IsRemoved

Determines whether the project is removed.

Applies to