Class AddingFilesEventArgs
Holds information whether the default Microsoft.Win32.OpenFileDialog should be used or if custom logic will be invoked.
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.Win32.OpenFileDialog.
Declaration
public bool CancelDialogOpening { get; set; }
Property Value
System.Boolean
|
FileNames
The paths of the files to be uploaded.
Declaration
public IList<string> FileNames { get; }
Property Value
System.Collections.Generic.IList<System.String>
|