BeforeProjectFileClosedEventArgs Class

This type is only used internally; you cannot use it directly from your code. Holds event data.

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

Syntax

'Declaration
Public Class BeforeProjectFileClosedEventArgs _
    Inherits EventArgs
'Usage
Dim instance As BeforeProjectFileClosedEventArgs
public class BeforeProjectFileClosedEventArgs : EventArgs
public ref class BeforeProjectFileClosedEventArgs : public EventArgs
public class BeforeProjectFileClosedEventArgs extends EventArgs
type BeforeProjectFileClosedEventArgs =  
    class
        inherit EventArgs
    end

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Data.Schema.Project.Project.MPF.BeforeProjectFileClosedEventArgs

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

BeforeProjectFileClosedEventArgs Members

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