The recording of the first ever ReactiveUI virtual conference is available on our YouTube Channel.

ReactiveNotifyPropertyChangedMixin Class

Summary

Extension methods associated with the Observable Changes and the Reactive Notify Property Changed based events.
Namespace
ReactiveUI
Base Types
  • object
graph BT Type-->Base0["object"] Type["ReactiveNotifyPropertyChangedMixin"] class Type type-node

Syntax

public static class ReactiveNotifyPropertyChangedMixin

Extension Methods

Name Value Summary
InvokeViewModelAction<T>(Action<T>) object
This is a thing I lifted from Prism.