Class AddingFilesEventArgs
Holds information whether the default Microsoft.
Inheritance
System.Object
AddingFilesEventArgs
Namespace: Telerik.Windows.Cloud.Controls.Upload
Assembly: Telerik.Windows.Cloud.Controls.dll
Syntax
public class AddingFilesEventArgs : EventArgs
Properties
CancelDialogOpening
Cancel the creation of the default Microsoft.
Declaration
public bool CancelDialogOpening { get; set; }
Property Value
System.
|
FileNames
The paths of the files to be uploaded.
Declaration
public IList<string> FileNames { get; }
Property Value
System.
|