ModelBase.Subscribe Method |
Name | Description | |
---|---|---|
![]() | Subscribe<T>(Expression<Func<T>>, Action<Object>, Nullable<Guid>) |
Subscribes an action to a specific property that will be called
during that property's OnPropertyChanged event.
|
![]() | Subscribe(String, Action<Object>, Nullable<Guid>) |
Subscribes an action to a specific property that will be called
during that property's OnPropertyChanged event.
|