Class Bindable
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
LoadedCommand
[Browsable(false)]
[JsonIgnore]
public RelayCommand LoadedCommand { get; }
Property Value
RelayCommand
[Browsable(false)]
[JsonIgnore]
public RelayCommand RelayCommand { get; set; }
Property Value
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