AsyncCompletedEventArgs Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The AsyncCompletedEventArgs type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Cancelled Gets a value that indicates whether an asynchronous operation has been canceled.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Error Gets a value that indicates which error occurred during an asynchronous operation.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 UserState Gets the unique identifier for the asynchronous task.

Top