Class CloudUploadFileStateChangedEventArgs
Class containing information related to a state of a CloudUploadFile.
Inheritance
System.Object
CloudUploadFileStateChangedEventArgs
Namespace: Telerik.Windows.Cloud.Controls.Upload
Assembly: Telerik.Windows.Cloud.Controls.dll
Syntax
public sealed class CloudUploadFileStateChangedEventArgs : EventArgs
Properties
Item
NewState
The new state.
Declaration
public CloudUploadFileState NewState { get; }
Property Value
CloudUploadFileState
|
PreviousState
The previous state.
Declaration
public CloudUploadFileState PreviousState { get; }
Property Value
CloudUploadFileState
|