Class BindableBase

Namespace: PSPDFKit.Sdk.MVVM
Assembly: Sdk.dll
Syntax
public class BindableBase : INotifyPropertyChanged

Methods

| Edit this page View Source

OnPropertyChanged(string)

Declaration
protected virtual void OnPropertyChanged(string propertyName = null)
Parameters
Type Name Description
string propertyName
| Edit this page View Source

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

Declaration
protected bool SetField<T>(ref T field, T value, string propertyName = null)
Parameters
Type Name Description
T field
T value
string propertyName
Returns
Type Description
bool
Type Parameters
Name Description
T

Events

| Edit this page View Source

PropertyChanged

Occurs when a property value changes.

Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type Description
PropertyChangedEventHandler

Implements

INotifyPropertyChanged