ClassNotifyPropertyChangedBase
Class
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:
Implements:
Constructors
NotifyPropertyChangedBase()
Declaration
cs-api-definition
protected NotifyPropertyChangedBase()
Methods
OnPropertyChanged(string)
Declaration
cs-api-definition
protected virtual void OnPropertyChanged(string propertyName = null)
Parameters
propertyName
Events
PropertyChanged
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements