Class InformationDialogContext
Represents a context for the information dialog.
Inheritance
System.Object
InformationDialogContext
Inherited Members
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 InformationDialogContext : MessageDialogContextBase
Constructors
InformationDialogContext(RadSpreadsheetElement, String, String, EventHandler<WindowClosedEventArgs>)
Initializes a new instance of the Information
Declaration
public InformationDialogContext(RadSpreadsheetElement radSpreadsheet, string header, string content, EventHandler<WindowClosedEventArgs> closedEventHandler)
Parameters
Rad The RAD spreadsheet. |
System. The header. |
System. The content. |
System. The closed event handler. |