VersionControlFolderDifferenceExt.WindowClosing Event
Raised when a folder difference window is being closed
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
'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.
EventArgs can be cast to VersionControlFolderDifferenceEventArgs
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
VersionControlFolderDifferenceExt Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace