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

Event args for the DialogOpening event.

Definition

Namespace:Telerik.Windows.Controls.FileDialogs

Assembly:Telerik.Windows.Controls.FileDialogs.dll

Syntax:

C#
public class DialogOpeningEventArgs : EventArgs

Inheritance: objectEventArgsDialogOpeningEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the DialogOpeningEventArgs class.

C#
public DialogOpeningEventArgs(DialogWindowBase dialog)
Parameters:dialogDialogWindowBase

Properties

Gets or sets a value indicating whether the open operation should be cancelled.

C#
public bool Cancel { get; set; }

Gets the file / folder dialog instance.

C#
public DialogWindowBase Dialog { get; }