System.ComponentModel.AsyncCompletedEventArgs public class AsyncCompletedEventArgs : EventArgs Documentation public bool Cancelled { get; } public Exception Error { get; } public object UserState { get; } public AsyncCompletedEventArgs(Exception error, bool cancelled, object userState) protected void RaiseExceptionIfNecessary()