ClassStopDialogContext
Class
Represents a context for the warning dialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
cs-api-definition
public class StopDialogContext : MessageDialogContextBase
Inheritance: objectRadSpreadsheetDialogContextMessageDialogContextBaseStopDialogContext
Inherited Members
Constructors
StopDialogContext(RadSpreadsheet, string, string, EventHandler<WindowClosedEventArgs>)
Initializes a new instance of the StopDialogContext class.
Declaration
cs-api-definition
public StopDialogContext(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.