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