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)
'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.
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