BasicAsyncPlugin.RefreshCompletionEvent Event
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Декларация
Public Event RefreshCompletionEvent As EventHandler
public event EventHandler RefreshCompletionEvent
public:
event EventHandler^ RefreshCompletionEvent {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
member RefreshCompletionEvent : 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.