Class
WindowPreviewClosedEventArgs

WindowClosingEventArgs exposes DialogResult and PromptResult property for handling the closing event of a window.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public class WindowPreviewClosedEventArgs : EventArgs

Inheritance: objectEventArgsWindowPreviewClosedEventArgs

Inherited Members EventArgs.Empty

Constructors

WindowPreviewClosedEventArgs()

Initializes a new instance of the WindowPreviewClosedEventArgs class.

Declaration

cs-api-definition
public WindowPreviewClosedEventArgs()

Properties

Cancel

Gets or sets a value indicating whether the RadWindow closing will be canceled.

Declaration

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

Property Value

bool?