Show / Hide Table of Contents

Class ViewModelBase

Inheritance
System.Object
ViewModelBase
MainViewModel
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NavJU.ViewModels
Assembly: NavJU.dll
Syntax
public abstract class ViewModelBase : INotifyPropertyChanged

Methods

OnPropertyChanged(String)

Declaration
protected virtual void OnPropertyChanged(string propName)
Parameters
Type Name Description
System.String propName

Events

PropertyChanged

Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type Description
System.ComponentModel.PropertyChangedEventHandler

Implements

System.ComponentModel.INotifyPropertyChanged
Back to top Generated by DocFX