Class StopDialogContext
Represents a context for the warning dialog.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class StopDialogContext : MessageDialogContextBase
Constructors
StopDialogContext(RadSpreadsheet, String, String, EventHandler<WindowClosedEventArgs>)
Initializes a new instance of the StopDialogContext class.
Declaration
public StopDialogContext(RadSpreadsheet radSpreadsheet, string header, string content, EventHandler<WindowClosedEventArgs> closedEventHandler)
Parameters
RadSpreadsheet
radSpreadsheet
The RAD spreadsheet. |
System.String
header
The header. |
System.String
content
The content. |
System.EventHandler<WindowClosedEventArgs>
closedEventHandler
The closed event handler. |