The ZipSaveCompletedEventArgs type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkCancelled
Gets a value indicating whether the operation has been cancelled.
(Inherited from AsyncCompletedEventArgs.)
Public propertySupported by the .NET Compact FrameworkError
Gets a value indicating whether an error occurred during the operation.
(Inherited from AsyncCompletedEventArgs.)
Public propertySupported by the .NET Compact FrameworkUserState
Gets a user state object.
(Inherited from AsyncCompletedEventArgs.)

See Also