Class containing information related to a state of a CloudUploadFile.
Definition
Namespace:Telerik.Windows.Cloud.Controls.Upload
Assembly:Telerik.Windows.Cloud.Controls.dll
Syntax:
C#
public sealed class CloudUploadFileStateChangedEventArgs : EventArgs
Inheritance: objectEventArgsCloudUploadFileStateChangedEventArgs
Inherited Members
Properties
The item.
C#
public CloudUploadFile Item { get; }
The new state.
C#
public CloudUploadFileState NewState { get; }
The previous state.
C#
public CloudUploadFileState PreviousState { get; }