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