Event arguments for DirectoryNavigating event.
Definition
Namespace:Telerik.WinControls.FileDialogs
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class DirectoryNavigatingEventArgs : EventArgs
Inheritance: objectEventArgsDirectoryNavigatingEventArgs
Inherited Members
Constructors
Initializes a new instance of the DirectoryNavigatingEventArgs class.
C#
public DirectoryNavigatingEventArgs(string newDirectoryPath)
The new directory path to be navigated.
Properties
Gets or sets a value indicating whether to cancel the change of the current directory.
C#
public bool Cancel { get; set; }
The path of the new directory path which is about to get current.
C#
public string DirectoryPath { get; }