Class DirectoryNavigatingEventArgs
Event args for DirectoryNavigating event.
Inheritance
System.Object
DirectoryNavigatingEventArgs
Assembly: Telerik.Windows.Controls.FileDialogs.dll
Syntax
public class DirectoryNavigatingEventArgs : EventArgs
Constructors
Declaration
public DirectoryNavigatingEventArgs(string newDirectoryPath)
Parameters
System.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.
Declaration
public bool Cancel { get; set; }
Property Value
The path of the new directory path which is about to get current.
Declaration
public string DirectoryPath { get; }
Property Value
Extension Methods