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 AlertDialogViewModel class.
Declaration
public AlertDialogViewModel(AlertDialogContext context, Action closeDialogAction)
Parameters
AlertDialogContext
context
The context. |
System.Action
closeDialogAction
The close dialog action. |