Class WindowClosedEventArgs
Inheritance
System.Object
System.EventArgs
WindowClosedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class WindowClosedEventArgs : EventArgs
Constructors
WindowClosedEventArgs()
Declaration
public WindowClosedEventArgs()
Properties
DialogResult
Declaration
public bool? DialogResult { get; set; }
Property Value
System.Nullable<System.Boolean>
|
PromptResult
Declaration
public string PromptResult { get; set; }
Property Value
System.String
|