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