Class
DirectoryNavigatingEventArgs

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

Constructors

DirectoryNavigatingEventArgs(string)

Initializes a new instance of the DirectoryNavigatingEventArgs class.

Declaration

cs-api-definition
public DirectoryNavigatingEventArgs(string newDirectoryPath)

Parameters

newDirectoryPath

string

The new directory path to be navigated.

Properties

Cancel

Gets or sets a value indicating whether to cancel the change of the current directory.

Declaration

cs-api-definition
public bool Cancel { get; set; }

Property Value

bool

DirectoryPath

The path of the new directory path which is about to get current.

Declaration

cs-api-definition
public string DirectoryPath { get; }

Property Value

string