Table of Contents

Class BaseViewModel

Namespace
Balsam.Charting
Assembly
Balsam.Charting.dll

Base implementation of INotifyPropertyChanged.

public class BaseViewModel : INotifyPropertyChanged
Inheritance
BaseViewModel
Implements
Derived
Inherited Members
Extension Methods

Methods

OnPropertyChanged(string)

Raises the property changed event.

protected virtual void OnPropertyChanged(string propertyName = null)

Parameters

propertyName string

Events

PropertyChanged

Sends a notification when a property is changed.

public event PropertyChangedEventHandler PropertyChanged

Event Type

PropertyChangedEventHandler