VersionControlBranchVisualizerExt.WindowChanged Event
Raised when the visualization is changed.
This occurs after the initial rendering and after re-rendering like in Rerun Visualization when tracking changesets
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 is not used.
.NET Framework Security
- 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.
See Also
Reference
VersionControlBranchVisualizerExt Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace