Share via


BasicAsyncPlugin.RefreshCompletionEvent 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 RefreshCompletionEvent As EventHandler
'Usage
Dim instance As BasicAsyncPlugin 
Dim handler As EventHandler 

AddHandler instance.RefreshCompletionEvent, handler
public event EventHandler RefreshCompletionEvent
public:
 event EventHandler^ RefreshCompletionEvent {
    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