New to Telerik UI for WinFormsStart a free 30-day trial

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 EventArgs.Empty

Constructors

Initializes a new instance of the DirectoryNavigatingEventArgs class.

C#
public DirectoryNavigatingEventArgs(string newDirectoryPath)
Parameters:newDirectoryPathstring

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; }