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