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

ChangeSetMixin Class

Summary

Mixin associated with the DynamicData IChangeSet class.
Namespace
ReactiveUI
Base Types
  • object
graph BT Type-->Base0["object"] Type["ChangeSetMixin"] class Type type-node

Syntax

public static class ChangeSetMixin

Methods

Name Value Summary
CountChanged(IObservable<IChangeSet>) IObservable<IChangeSet>
Is the change set associated with a count change.
static
CountChanged<T>(IObservable<IChangeSet<T>>) IObservable<IChangeSet<T>>
Is the change set associated with a count change.
static
HasCountChanged(IChangeSet) bool
Is the change set associated with a count change.
static

Extension Methods

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