Class
DialogViewModelBase<T>

Represents dialog view-model base class.

Definition

Namespace:Telerik.Windows.Controls.FixedDocumentViewersUI.Dialogs.ViewModels

Assembly:Telerik.Windows.Controls.FixedDocumentViewersUI.dll

Type Parameters:

T

Syntax:

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

Inheritance: objectDialogViewModelBase<T>

Derived Classes: FindDialogViewModelSignSignatureDialogViewModelSignaturePropertiesDialogViewModel

Implements: INotifyPropertyChanged

Properties

Context

Gets the context.

Declaration

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

Property Value

T

The context.

Methods

OnPropertyChanged(string)

Called when property is changed.

Declaration

cs-api-definition
protected void OnPropertyChanged(string propertyName)

Parameters

propertyName

string

Name of the property.

Events

PropertyChanged

Occurs when a property value changes.

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged