Class InformationDialogContext
Represents a context for the information dialog.
Inheritance
System.Object
InformationDialogContext
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class InformationDialogContext : MessageDialogContextBase
Constructors
InformationDialogContext(RadSpreadsheet, String, String, EventHandler<WindowClosedEventArgs>)
Initializes a new instance of the InformationDialogContext class.
Declaration
public InformationDialogContext(RadSpreadsheet radSpreadsheet, string header, string content, EventHandler<WindowClosedEventArgs> closedEventHandler)
Parameters
RadSpreadsheet
radSpreadsheet
The RAD spreadsheet. |
System.String
header
The header. |
System.String
content
The content. |
System.EventHandler<WindowClosedEventArgs>
closedEventHandler
The closed event handler. |