Class WindowClosedEventArgs
WindowClosedEventArgs exposes DialogResult and PromptResult property for handling the closed event of a window.
Inheritance
System.Object
WindowClosedEventArgs
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class WindowClosedEventArgs : EventArgs
Constructors
WindowClosedEventArgs()
Initializes a new instance of the WindowClosedEventArgs class.
Declaration
public WindowClosedEventArgs()
Properties
DialogResult
Gets or sets the DialogResult of the RadWindow.
Declaration
public Nullable<bool> DialogResult { get; set; }
Property Value
System.Nullable<System.Boolean>
|
PromptResult
Gets or sets the PromptResult of the RadWindow.
Declaration
public string PromptResult { get; set; }
Property Value
System.String
|