RenamingEventArgs
Class
Definition
Namespace:Telerik.Windows.Controls.FileDialogs
Assembly:Telerik.Windows.Controls.FileDialogs.dll
Syntax:
C#
public class RenamingEventArgs : EventArgs
Inheritance: objectEventArgsRenamingEventArgs
Inherited Members
Constructors
Initializes a new instance of the RenamingEventArgs class.
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; }