Table of Contents

Class Bindable

Namespace
H.Mvvm
Assembly
H.Mvvm.dll
public abstract class Bindable : BindableBase, INotifyPropertyChanged
Inheritance
Bindable
Implements
Derived
Inherited Members
Extension Methods

Constructors

Bindable()

public Bindable()

Properties

CallMethodCommand

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

Property Value

RelayCommand

LoadedCommand

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

Property Value

RelayCommand

RelayCommand

[Browsable(false)]
[JsonIgnore]
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