StopDialogContext
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 StopDialogContext : MessageDialogContextBase
Inheritance: objectRadSpreadsheetDialogContextMessageDialogContextBaseStopDialogContext
Inherited Members
Constructors
Initializes a new instance of the StopDialogContext class.
C#
public StopDialogContext(RadSpreadsheet radSpreadsheet, string header, string content, EventHandler<WindowClosedEventArgs> closedEventHandler)
The RAD spreadsheet.
headerstringThe header.
contentstringThe content.
closedEventHandlerEventHandler<WindowClosedEventArgs>The closed event handler.