Share via


ProjectClosingEventArgs Class

Provides data for the ProjectClosing event.

Namespace:  Microsoft.VisualStudio.Tools.Applications.DesignTime
Assembly:  Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)

Syntax

'Declaration
<ComVisibleAttribute(True)> _
<GuidAttribute("3D692490-ACDB-4462-91BC-67B084290B64")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public NotInheritable Class ProjectClosingEventArgs _
    Inherits CancelEventArgs _
    Implements ICancelEventArgs
'Usage
Dim instance As ProjectClosingEventArgs
[ComVisibleAttribute(true)]
[GuidAttribute("3D692490-ACDB-4462-91BC-67B084290B64")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public sealed class ProjectClosingEventArgs : CancelEventArgs, 
    ICancelEventArgs
[ComVisibleAttribute(true)]
[GuidAttribute(L"3D692490-ACDB-4462-91BC-67B084290B64")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class ProjectClosingEventArgs sealed : public CancelEventArgs, 
    ICancelEventArgs
public final class ProjectClosingEventArgs extends CancelEventArgs implements ICancelEventArgs

Inheritance Hierarchy

System.Object
  System.EventArgs
    System.ComponentModel.CancelEventArgs
      Microsoft.VisualStudio.Tools.Applications.DesignTime.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.Tools.Applications.DesignTime Namespace