Click or drag to resize
IProgressChanged Interface
Interface for progress changed

Namespace:  BlackBerry.Workspaces.Core
Assembly:  BlackBerryWorkspacesSDK (in BlackBerryWorkspacesSDK.dll) Version: 7.0.0.223 (7.0.0.223)
Syntax
C#
public interface IProgressChanged

The IProgressChanged type exposes the following members.

Properties
  NameDescription
Public propertyHash
Hash
Public propertyKill
Defines whether to stop the upload in the middle or not
Top
Methods
  NameDescription
Public methodOnProgressChanged
Called when the upload progress was changed
Top
See Also