ProjectClosingEventArgs Class

Provides data for the IDatabaseProjectNode ProjectClosing event.

This API is not CLS-compliant. The CLS-compliant alternative is .

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public NotInheritable Class ProjectClosingEventArgs _
    Inherits ProjectEventArgs
'Usage
Dim instance As ProjectClosingEventArgs
[CLSCompliantAttribute(false)]
public sealed class ProjectClosingEventArgs : ProjectEventArgs
[CLSCompliantAttribute(false)]
public ref class ProjectClosingEventArgs sealed : public ProjectEventArgs
public final class ProjectClosingEventArgs extends ProjectEventArgs
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
type ProjectClosingEventArgs =  
    class
        inherit ProjectEventArgs
    end

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Data.Schema.Project.Project.ProjectEventArgs
      Microsoft.VisualStudio.Data.Schema.Project.Project.ProjectClosingEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ProjectClosingEventArgs Members

Microsoft.VisualStudio.Data.Schema.Project.Project Namespace