Class
RenamingEventArgs

Event args for the Renaming and Renaming events.

Definition

Namespace:Telerik.Windows.Controls.FileDialogs

Assembly:Telerik.Windows.Controls.FileDialogs.dll

Syntax:

cs-api-definition
public class RenamingEventArgs : EventArgs

Inheritance: objectEventArgsRenamingEventArgs

Inherited Members EventArgs.Empty

Constructors

RenamingEventArgs(FileSystemInfoWrapper)

Initializes a new instance of the RenamingEventArgs class.

Declaration

cs-api-definition
public RenamingEventArgs(FileSystemInfoWrapper wrapper)

Parameters

wrapper

FileSystemInfoWrapper

Properties

Cancel

Gets or sets a value indicating whether the editing (renaming) mode should start or not.

Declaration

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

Property Value

bool

FileInfo

Gets the FileSystemInfoWrapper object for the file system info which is edited (renamed).

Declaration

cs-api-definition
public FileSystemInfoWrapper FileInfo { get; }

Property Value

FileSystemInfoWrapper