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

Definition

Namespace:Telerik.WinControls.FileDialogs

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class DirectoryRequestingEventArgs : EventArgs

Inheritance: objectEventArgsDirectoryRequestingEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the DirectoryRequestingEventArgs class.

C#
public DirectoryRequestingEventArgs(DirectoryInfo directory)
Parameters:directoryDirectoryInfo

Properties

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

C#
public bool Cancel { get; set; }

The DirectoryInfo which is requested.

C#
public DirectoryInfo Directory { get; }