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