Class
DialogViewModelBase<T>

Represents dialog view-model base class.

Definition

Namespace:Telerik.UI.Xaml.Controls.PdfViewer.Dialogs.ViewModels

Assembly:Telerik.WinUI.Controls.PdfViewer.dll

Type Parameters:

T

Syntax:

cs-api-definition
public class DialogViewModelBase<T> : ViewModelBase, INotifyPropertyChanged where T : FixedDocumentViewerDialogContext

Inheritance: objectViewModelBaseDialogViewModelBase<T>

Derived Classes: FindDialogViewModelSignSignatureDialogViewModelSignaturePropertiesDialogViewModel

Implements: INotifyPropertyChanged

Inherited Members ViewModelBase.VerifyPropertyName(string)ViewModelBase.OnPropertyChanged(string)ViewModelBase.OnPropertyChanged<T>(Expression<Func<T>>)ViewModelBase.PropertyChangedOverride(string)ViewModelBase.PropertyChanged

Properties

Context

Gets the context.

Declaration

cs-api-definition
protected T Context { get; }

Property Value

T

The context.

In this article
DefinitionPropertiesContext
Not finding the help you need?
Contact Support