Click or drag to resize

ModelBase.Subscribe Method

Overload List
  NameDescription
Public methodSubscribe<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.
Public methodSubscribe(String, Action<Object>, Nullable<Guid>)
Subscribes an action to a specific property that will be called during that property's OnPropertyChanged event.
Top
See Also