Class AlertDialogViewModel
Represents a view model for the alert dialog.
Inheritance
System.Object
AlertDialogViewModel
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class AlertDialogViewModel : MessageDialogViewModelBase<AlertDialogContext>
Constructors
AlertDialogViewModel(AlertDialogContext, Action)
Initializes a new instance of the Alert
Declaration
public AlertDialogViewModel(AlertDialogContext context, Action closeDialogAction)
Parameters
Alert The context. |
System. The close dialog action. |