Skip to content

ReactiveCollectionView class

Attributes: [DebuggerDisplay("{Activated}, {Deactivated}")]

Defined in

Namespace: ReactiveUI.Reactive Assembly: ReactiveUI.Reactive.dll Full name: ReactiveUI.Reactive.ReactiveCollectionView Modifiers: public

Summary

View source

        This is a UICollectionView that is both an UICollectionView and has ReactiveObject powers
        (i.e. you can call RaiseAndSetIfChanged).
        

Applies to

net10.0-ios26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0

Class hierarchy
classDiagram
class ReactiveCollectionView
class UICollectionView
UICollectionView <|-- ReactiveCollectionView
class IReactiveNotifyPropertyChanged~ReactiveCollectionView~ {
    <>
}
IReactiveNotifyPropertyChanged~ReactiveCollectionView~ <|.. ReactiveCollectionView
class IHandleObservableErrors {
    <>
}
IHandleObservableErrors <|.. ReactiveCollectionView
class IReactiveObject {
    <>
}
IReactiveObject <|.. ReactiveCollectionView
class INotifyPropertyChanged {
    <>
}
INotifyPropertyChanged <|.. ReactiveCollectionView
class INotifyPropertyChanging {
    <>
}
INotifyPropertyChanging <|.. ReactiveCollectionView
class IEnableLogger {
    <>
}
IEnableLogger <|.. ReactiveCollectionView
class ICanActivate {
    <>
}
ICanActivate <|.. ReactiveCollectionView
class ICanForceManualActivation {
    <>
}
ICanForceManualActivation <|.. ReactiveCollectionView

Inherits from: UICollectionView

Implements: IReactiveNotifyPropertyChanged, IHandleObservableErrors, IReactiveObject, INotifyPropertyChanged, INotifyPropertyChanging, IEnableLogger, ICanActivate, ICanForceManualActivation

Constructors

NameSummary
.ctorInitializes a new instance of the [ReactiveCollectionView](# class.

Properties

NameSummary
ChangingGets an observable that fires before a property is about to be changed. Note that this should not fire duplicate change notifications if a property is set to the same...
ChangedGets an Observable that fires after a property has changed. Note that this should not fire duplicate change notifications if a property is set to the same value multiple...
ThrownExceptionsGets a observable which will fire whenever an exception would normally terminate ReactiveUI internal state.
ActivatedGets a observable which is triggered when the ViewModel is activated.
DeactivatedGets a observable which is triggered when the ViewModel is deactivated.

Methods

NameSummary
SuppressChangeNotificationsWhen this method is called, an object will not fire change notifications (neither traditional nor Observable notifications) until the return value is disposed.
WillMoveToSuperview
RemoveFromSuperview
Dispose

Events

NameSummary
PropertyChanging
PropertyChanged

Derived types

Inherited members