Definition
Namespace:Telerik.WinControls.FileDialogs
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class DirectoryRequestingEventArgs : EventArgs
Inheritance: objectEventArgsDirectoryRequestingEventArgs
Inherited Members
Constructors
Initializes a new instance of the DirectoryRequestingEventArgs class.
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; }