OpenWriteCompletedEventArgs 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 OpenWriteCompletedEventArgs type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone Cancelled Gets a value that indicates whether an asynchronous operation has been canceled. (Inherited from AsyncCompletedEventArgs.)
Public propertySupported by Silverlight for Windows Phone Error Gets a value that indicates which error occurred during an asynchronous operation. (Inherited from AsyncCompletedEventArgs.)
Public propertySupported by Silverlight for Windows Phone Result Gets a writable stream that is used to send data to a server.
Public propertySupported by Silverlight for Windows Phone UserState Gets the unique identifier for the asynchronous task. (Inherited from AsyncCompletedEventArgs.)

Top