Represents a context for the information dialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public class InformationDialogContext : MessageDialogContextBase
Inheritance: objectRadSpreadsheetDialogContextMessageDialogContextBaseInformationDialogContext
Inherited Members
Constructors
Initializes a new instance of the InformationDialogContext class.
C#
public InformationDialogContext(RadSpreadsheet radSpreadsheet, string header, string content, EventHandler<WindowClosedEventArgs> closedEventHandler)
The RAD spreadsheet.
headerstringThe header.
contentstringThe content.
closedEventHandlerEventHandler<WindowClosedEventArgs>The closed event handler.