Class DialogOpeningEventArgs
Event args for the DialogOpening event.
Inheritance
System.Object
System.EventArgs
DialogOpeningEventArgs
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.Windows.Controls.FileDialogs
Assembly: Telerik.Windows.Controls.FileDialogs.dll
Syntax
public class DialogOpeningEventArgs : EventArgs
Constructors
DialogOpeningEventArgs(DialogWindowBase)
Initializes a new instance of the DialogOpeningEventArgs class.
Declaration
public DialogOpeningEventArgs(DialogWindowBase dialog)
Parameters
DialogWindowBase
dialog
|
Properties
Cancel
Gets or sets a value indicating whether the open operation should be cancelled.
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|
Dialog
Gets the file / folder dialog instance.
Declaration
public DialogWindowBase Dialog { get; }
Property Value
DialogWindowBase
|