Share via


BasicAsyncPlugin.LoadTreeCompletionEvent Event

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Event LoadTreeCompletionEvent As EventHandler
'Usage
Dim instance As BasicAsyncPlugin 
Dim handler As EventHandler 

AddHandler instance.LoadTreeCompletionEvent, handler
public event EventHandler LoadTreeCompletionEvent
public:
 event EventHandler^ LoadTreeCompletionEvent {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
JScript does not support events.

.NET Framework Security

See Also

Reference

BasicAsyncPlugin Class

BasicAsyncPlugin Members

Microsoft.TeamFoundation.Common Namespace