Class
WindowClosedEventArgs

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:

cs-api-definition
public class WindowClosedEventArgs : EventArgs

Inheritance: objectEventArgsWindowClosedEventArgs

Inherited Members EventArgs.Empty

Constructors

WindowClosedEventArgs()

Initializes a new instance of the WindowClosedEventArgs class.

Declaration

cs-api-definition
public WindowClosedEventArgs()

Properties

DialogResult

Gets or sets the DialogResult of the RadWindow.

Declaration

cs-api-definition
public bool? DialogResult { get; set; }

Property Value

bool?

PromptResult

Gets or sets the PromptResult of the RadWindow.

Declaration

cs-api-definition
public string PromptResult { get; set; }

Property Value

string