VersionControlLabelExt.WindowClosing Event

Raised when a label document window is created.

Namespace:  Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly:  Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)

Syntax

'Declaration
Public Event WindowClosing As EventHandler
public event EventHandler WindowClosing
public:
 event EventHandler^ WindowClosing {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
member WindowClosing : IEvent<EventHandler,
    EventArgs>
JScript does not support events.

Remarks

EventArgs can be cast to VersionControlLabelDocumentEventArgs.

.NET Framework Security

See Also

Reference

VersionControlLabelExt Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace