RadControls for WPF

WindowClosedEventArgs exposes DialogResult and PromptResult property for handling the closed event of a window.

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

Syntax

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

Inheritance Hierarchy

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

See Also