BasicAsyncPlugin.LoadTreeCompletionEvent Event

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

Syntax

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

.NET Framework Security

See Also

Reference

BasicAsyncPlugin Class

Microsoft.TeamFoundation.Common Namespace