Share via


ProjectOpeningEventArgs Class

Provides data for the IDatabaseProjectNode ProjectOpening 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 Class ProjectOpeningEventArgs _
    Inherits ProjectEventArgs
'Usage
Dim instance As ProjectOpeningEventArgs
[CLSCompliantAttribute(false)]
public class ProjectOpeningEventArgs : ProjectEventArgs
[CLSCompliantAttribute(false)]
public ref class ProjectOpeningEventArgs : public ProjectEventArgs
public class ProjectOpeningEventArgs extends ProjectEventArgs
[<CLSCompliantAttribute(false)>]
type ProjectOpeningEventArgs =  
    class
        inherit ProjectEventArgs
    end

Inheritance Hierarchy

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

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

ProjectOpeningEventArgs Members

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