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