Class WindowClosedEventArgs
Inheritance
System.Object
WindowClosedEventArgs
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class WindowClosedEventArgs : EventArgs
Constructors
WindowClosedEventArgs()
Declaration
public WindowClosedEventArgs()
Properties
DialogResult
Declaration
public Nullable<bool> DialogResult { get; set; }
Property Value
System.
|
PromptResult
Declaration
public string PromptResult { get; set; }
Property Value
System.
|