Class WindowClosedEventArgs
WindowClosedEventArgs exposes DialogResult and PromptResult property for handling the closed event of a window.
Inheritance
System.Object
System.EventArgs
WindowClosedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 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
|