Class
AddingFilesEventArgs

Holds information whether the default should be used or if custom logic will be invoked.

Definition

Namespace:Telerik.Windows.Cloud.Controls.Upload

Assembly:Telerik.Windows.Cloud.Controls.dll

Syntax:

cs-api-definition
public class AddingFilesEventArgs : EventArgs

Inheritance: objectEventArgsAddingFilesEventArgs

Inherited Members EventArgs.Empty

Properties

CancelDialogOpening

Cancel the creation of the default .

Declaration

cs-api-definition
public bool CancelDialogOpening { get; set; }

Property Value

bool

FileNames

The paths of the files to be uploaded.

Declaration

cs-api-definition
public IList<string> FileNames { get; }

Property Value

IList<string>

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