Class
DirectoryRequestingEventArgs

Provides data for the DirectoryRequesting event.

Definition

Namespace:Telerik.Windows.Controls.FileDialogs

Assembly:Telerik.Windows.Controls.FileDialogs.dll

Syntax:

cs-api-definition
public class DirectoryRequestingEventArgs : EventArgs

Inheritance: objectEventArgsDirectoryRequestingEventArgs

Inherited Members EventArgs.Empty

Constructors

DirectoryRequestingEventArgs(DirectoryInfo)

Initializes a new instance of the DirectoryRequestingEventArgs class.

Declaration

cs-api-definition
public DirectoryRequestingEventArgs(DirectoryInfo directory)

Parameters

directory

DirectoryInfo

Properties

Cancel

Gets or sets a value indicating whether the directory wrapper creation should be cancelled.

Declaration

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

Property Value

bool

Directory

The DirectoryInfo which is requested.

Declaration

cs-api-definition
public DirectoryInfo Directory { get; }

Property Value

DirectoryInfo