AddInManager.ProgressEvent Event
Represents the event that occurs to send progress information for asynchronous operations.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
public event EventHandler<ProgressEventArgs> ProgressEvent
public:
event EventHandler<ProgressEventArgs^>^ ProgressEvent {
void add(EventHandler<ProgressEventArgs^>^ value);
void remove(EventHandler<ProgressEventArgs^>^ value);
}
Public Event ProgressEvent As EventHandler(Of ProgressEventArgs)
See Also
AddInManager Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top