Class
CloudUploadFileStateChangedEventArgs

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

Properties

Item

The item.

Declaration

cs-api-definition
public CloudUploadFile Item { get; }

Property Value

CloudUploadFile

NewState

The new state.

Declaration

cs-api-definition
public CloudUploadFileState NewState { get; }

Property Value

CloudUploadFileState

PreviousState

The previous state.

Declaration

cs-api-definition
public CloudUploadFileState PreviousState { get; }

Property Value

CloudUploadFileState

In this article
DefinitionPropertiesItemNewStatePreviousState
Not finding the help you need?
Contact Support