Class WindowPreviewClosedEventArgs
WindowClosingEventArgs exposes DialogResult and PromptResult property for handling the closing event of a window.
Inheritance
System.Object
WindowPreviewClosedEventArgs
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class WindowPreviewClosedEventArgs : EventArgs
Constructors
WindowPreviewClosedEventArgs()
Initializes a new instance of the WindowPreviewClosedEventArgs class.
Declaration
public WindowPreviewClosedEventArgs()
Properties
Cancel
Gets or sets a value indicating whether the RadWindow closing will be canceled.
Declaration
public Nullable<bool> Cancel { get; set; }
Property Value
System.Nullable<System.Boolean>
|