Summary
Is the change set associated with a count change.
- Namespace
- ReactiveUI
- Containing Type
- ChangeSetMixin
Syntax
public static bool HasCountChanged(this IChangeSet changeSet)
Parameters
Name | Type | Description |
---|---|---|
changeSet | IChangeSet | The change list to evaluate. |
Return Value
Type | Description |
---|---|
bool | If the change set is caused by the count being changed. |