AddInManager.AsyncOperationCompleted Event

 

Represents the event that occurs when asynchronous operations finish.

Namespace:   Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly:  AddinInfrastructure (in AddinInfrastructure.dll)

Syntax

public event EventHandler<AddInOperationCompletedEventArgs> AsyncOperationCompleted
public:
event EventHandler<AddInOperationCompletedEventArgs^>^ AsyncOperationCompleted {
    void add(EventHandler<AddInOperationCompletedEventArgs^>^ value);
    void remove(EventHandler<AddInOperationCompletedEventArgs^>^ value);
}
Public Event AsyncOperationCompleted As EventHandler(Of AddInOperationCompletedEventArgs)

See Also

AddInManager Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace

Return to top