ClassWindowClosedEventArgs
Class
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
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.
PromptResult
Gets or sets the PromptResult of the RadWindow.