Provides data for the ChildFileDeleted event.
Definition
Namespace:Telerik.WinControls.FileDialogs
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class ChildFileDeletedEventArgs : EventArgs
Inheritance: objectEventArgsChildFileDeletedEventArgs
Inherited Members
Constructors
Initializes a new instance of the ChildFileDeletedEventArgs class.
C#
public ChildFileDeletedEventArgs(string filePath, DirectoryInfoWrapper parentWrapper, bool isRename = false)
The path that no longer exists.
parentWrapperDirectoryInfoWrapperThe DirectoryInfoWrapper of the parent folder.
isRenameboolIndicates whether the file is being renamed causing deleted event.
Properties
Gets a value indicating whether the deleted file is a result of rename operation.
C#
public bool IsRenamed { get; }
Gets the DirectoryInfoWrapper of the parent folder.
C#
public DirectoryInfoWrapper ParentWrapper { get; }