ClassMessageDialogViewModelBase<TContext>
Class
Represents a view model for the
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Type Parameters:
TContext
The type of the T context.
Syntax:
cs-api-definition
public abstract class MessageDialogViewModelBase<TContext> : DialogViewModelBase<TContext> where TContext : MessageDialogContextBase
Inheritance: objectDialogViewModelBase<TContext>MessageDialogViewModelBase<TContext>
Derived Classes:
Inherited Members
Constructors
MessageDialogViewModelBase(TContext, Action)
Initializes a new instance of the MessageDialogViewModelBase(TContext, Action) class.
Declaration
cs-api-definition
protected MessageDialogViewModelBase(TContext context, Action closeDialogAction)
Parameters
context
TContext
The context.
closeDialogAction
The close dialog action.
Properties
CancelCommand
Gets the cancel command.
Declaration
cs-api-definition
public ICommand CancelCommand { get; }
Property Value
The cancel command.
Content
Gets the content.