Share via


VersionControlHistoryExt.WindowCreated Event

Raised when a history window is created.

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

Syntax

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

Remarks

EventArgs can be cast to VersionControlHistoryEventArgs.

.NET Framework Security

See Also

Reference

VersionControlHistoryExt Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace