Class DialogOpeningEventArgs
Event args for the DialogOpening event.
Inheritance
System.Object
DialogOpeningEventArgs
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
|