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