RadControls for WPF

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

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation (in Telerik.Windows.Controls.Navigation.dll) Version: 2013.1.403.40

Syntax

C#
public class WindowPreviewClosedEventArgs : EventArgs
Visual Basic
Public Class WindowPreviewClosedEventArgs _
	Inherits EventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Telerik.Windows.Controls..::..WindowPreviewClosedEventArgs

See Also