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