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