Share via


BasicAsyncPlugin.RefreshCompletionEvent Event

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

Syntax

'Declaration
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

See Also

Reference

BasicAsyncPlugin Class

Microsoft.TeamFoundation.Common Namespace