VersionControlFolderDifferenceExt.WindowChanged Event

Raised when a folder difference window has changed. This can be caused by many reasons including when the folder difference contents are recompared.

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

Syntax

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

Remarks

EventArgs can be cast to VersionControlFolderDifferenceEventArgs

.NET Framework Security

See Also

Reference

VersionControlFolderDifferenceExt Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace