Class LytroNetProgressChangedEventArgs Class

Provides data for the ProgressChanged event.

Constructors:

NameDescription
Public methodLytroNetProgressChangedEventArgs(Int32, Int32) Initializes a new instance of the LytroNetProgressChangedEventArgs class.

Properties:

NameDescription
Public propertyCancel Gets or sets a value indicating whether the operation should be canceled.
Public propertyBytesTransferred Gets the number of bytes transferred.
Public propertyTotalBytesToTransfer Gets the total number of bytes to be transferred.