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
Constructors
Initializes a new instance of the DialogOpeningEventArgs class.
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; }