Table of Contents

Class NotifyPropertyChanged

Namespace
HeBianGu.Base.WpfBase
Assembly
HeBianGu.Base.WpfBase.dll

Mvvm绑定模型基类

public abstract class NotifyPropertyChanged : NotifyPropertyChangedBase, INotifyPropertyChanged
Inheritance
NotifyPropertyChanged
Implements
Derived
Inherited Members
Extension Methods

Constructors

NotifyPropertyChanged()

public NotifyPropertyChanged()

Properties

CallMethodCommand

[Browsable(false)]
public RelayCommand CallMethodCommand { get; set; }

Property Value

RelayCommand

LoadedCommand

[Browsable(false)]
public RelayCommand LoadedCommand { get; }

Property Value

RelayCommand

Logger

[Browsable(false)]
public ILogService Logger { get; }

Property Value

ILogService

RelayCommand

[Browsable(false)]
public RelayCommand RelayCommand { get; set; }

Property Value

RelayCommand

Methods

CallMethod(object)

protected virtual void CallMethod(object obj)

Parameters

obj object

Loaded(object)

protected virtual void Loaded(object obj)

Parameters

obj object

RelayMethod(object)

protected virtual void RelayMethod(object obj)

Parameters

obj object