Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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