Documentation for this section has not yet been entered.
When the AsyncCompletedEventArgs.Cancelled property is true, the asynchronous operation was interrupted.
The client application's event-handler delegate should check the AsyncCompletedEventArgs.Cancelled property before accessing any properties in a class derived from System.ComponentModel.AsyncCompletedEventArgs; otherwise, the property will raise an InvalidOperationException if the asynchronous operation was interrupted.