VersionControlLabelExt.WindowCreated Event
Raised when a label document window is created. The label will not have its metadata populated yet. Therefore, it will be impossible to know the name, owner, and so on
of the label. It is more common to listen for the LabelMetadataAvailable event instead of this one.
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 VersionControlLabelDocumentEventArgs.
.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
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace