Class DuplicateFileNameEventArgs
Inherited Members
Namespace: Telerik.Windows.Controls.Upload.EventArguments
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public class DuplicateFileNameEventArgs : FileEventArgs
Constructors
DuplicateFileNameEventArgs(RadUploadSelectedFile)
Initializes a new instance of the DuplicateFileNameEventArgs class.
Declaration
public DuplicateFileNameEventArgs(RadUploadSelectedFile file)
Parameters
RadUploadSelectedFile
file
The file. |
Properties
FileName
Gets the name of the file.
Declaration
public string FileName { get; }
Property Value
System.String
The name of the file. |
NewFileName
Gets or sets the new name of the file.
Declaration
public string NewFileName { get; set; }
Property Value
System.String
The new name of the file. |