ClosingEventArgs Class

Provides data to the BaseDocData Closing event.

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

Syntax

'Declaration
Public NotInheritable Class ClosingEventArgs _
    Inherits EventArgs
'Usage
Dim instance As ClosingEventArgs
public sealed class ClosingEventArgs : EventArgs
public ref class ClosingEventArgs sealed : public EventArgs
public final class ClosingEventArgs extends EventArgs
[<SealedAttribute>]
type ClosingEventArgs =  
    class
        inherit EventArgs
    end

Remarks

See BaseDocData.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Data.Schema.Project.Common.UI.ClosingEventArgs

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

ClosingEventArgs Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace