Class
NotifyPropertyChangedBase

Definition

Namespace:Telerik.UI.Xaml.Controls.PdfViewer

Assembly:Telerik.WinUI.Controls.PdfViewer.dll

Syntax:

cs-api-definition
public abstract class NotifyPropertyChangedBase : INotifyPropertyChanged

Inheritance: objectNotifyPropertyChangedBase

Derived Classes: CommandDescriptorBaseCommandDescriptorGroupCommandDescriptors

Implements: INotifyPropertyChanged

Constructors

NotifyPropertyChangedBase()

Declaration

cs-api-definition
protected NotifyPropertyChangedBase()

Methods

OnPropertyChanged(string)

Declaration

cs-api-definition
protected virtual void OnPropertyChanged(string propertyName = null)

Parameters

propertyName

string

UpdateValue<T>(ref T, T, string)

Declaration

cs-api-definition
protected bool UpdateValue<T>(ref T field, T value, string propertyName = null)

Parameters

field

T

value

T

propertyName

string

Returns

bool

Events

PropertyChanged

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged