Class DirectoryRequestingEventArgs
Inheritance
System.Object
System.EventArgs
DirectoryRequestingEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.FileDialogs
Assembly: Telerik.WinControls.UI.dll
Syntax
public class DirectoryRequestingEventArgs : EventArgs
Constructors
DirectoryRequestingEventArgs(DirectoryInfo)
Initializes a new instance of the DirectoryRequestingEventArgs class.
Declaration
public DirectoryRequestingEventArgs(DirectoryInfo directory)
Parameters
System.IO.DirectoryInfo
directory
|
Properties
Cancel
Gets or sets a value indicating whether the directory wrapper creation should be cancelled.
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|
Directory
The DirectoryInfo which is requested.
Declaration
public DirectoryInfo Directory { get; }
Property Value
System.IO.DirectoryInfo
|