New to Telerik UI for WPFStart a free 30-day trial

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 EventArgs.Empty

Properties

The item.

C#
public CloudUploadFile Item { get; }

The new state.

C#
public CloudUploadFileState NewState { get; }

The previous state.

C#
public CloudUploadFileState PreviousState { get; }
In this article
DefinitionPropertiesItemNewStatePreviousState
Not finding the help you need?
Contact Support