New to Telerik UI for WPFStart a free 30-day trial

Event args for the Renaming and Renaming events.

Definition

Namespace:Telerik.Windows.Controls.FileDialogs

Assembly:Telerik.Windows.Controls.FileDialogs.dll

Syntax:

C#
public class RenamingEventArgs : EventArgs

Inheritance: objectEventArgsRenamingEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the RenamingEventArgs class.

C#
public RenamingEventArgs(FileSystemInfoWrapper wrapper)
Parameters:wrapperFileSystemInfoWrapper

Properties

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

C#
public bool Cancel { get; set; }

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

C#
public FileSystemInfoWrapper FileInfo { get; }