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

WindowClosedEventArgs exposes DialogResult and PromptResult property for handling the closed event of a window.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public class WindowClosedEventArgs : EventArgs

Inheritance: objectEventArgsWindowClosedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the WindowClosedEventArgs class.

C#
public WindowClosedEventArgs()

Properties

Gets or sets the DialogResult of the RadWindow.

C#
public bool? DialogResult { get; set; }

Gets or sets the PromptResult of the RadWindow.

C#
public string PromptResult { get; set; }