ClassDirectoryNavigatingEventArgs
Class
Event args for DirectoryNavigating event.
Definition
Namespace:Telerik.Windows.Controls.FileDialogs
Assembly:Telerik.Windows.Controls.FileDialogs.dll
Syntax:
cs-api-definition
public class DirectoryNavigatingEventArgs : EventArgs
Inheritance: objectEventArgsDirectoryNavigatingEventArgs
Inherited Members
Constructors
DirectoryNavigatingEventArgs(string)
Initializes a new instance of the DirectoryNavigatingEventArgs class.
Declaration
cs-api-definition
public DirectoryNavigatingEventArgs(string newDirectoryPath)
Parameters
newDirectoryPath
The new directory path to be navigated.
Properties
Cancel
Gets or sets a value indicating whether to cancel the change of the current directory.
DirectoryPath
The path of the new directory path which is about to get current.