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
- 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.