Share via


AddInManager.GetAddInsCompleted Event

 

Represents the event that occurs when the GetInstalledAddInPackagesAsync method finishes.

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

Syntax

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

See Also

AddInManager Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace

Return to top