Table of Contents

Class NotificationObject

Namespace
The.WPF
Assembly
Instagile.WPF.dll
public abstract class NotificationObject : INotifyPropertyChanged
Inheritance
NotificationObject
Implements
Derived
Inherited Members
Extension Methods

Methods

RaisePropertyChanged(string?)

protected void RaisePropertyChanged(string? propertyName)

Parameters

propertyName string

RaisePropertyChanged(params string[])

protected void RaisePropertyChanged(params string[] propertyNames)

Parameters

propertyNames string[]

Events

PropertyChanged

Occurs when a property value changes.

public event PropertyChangedEventHandler? PropertyChanged

Event Type

PropertyChangedEventHandler