ReactiveCollectionReusableView class¶
Attributes: [DebuggerDisplay("{Activated}, {Deactivated}")]
Defined in
Namespace: ReactiveUI.Reactive
Assembly: ReactiveUI.Reactive.dll
Full name: ReactiveUI.Reactive.ReactiveCollectionReusableView
Modifiers: public
Summary¶
This is a UICollectionReusableView that is both an UICollectionReusableView 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 ReactiveCollectionReusableView
class UICollectionReusableView
UICollectionReusableView <|-- ReactiveCollectionReusableView
class IReactiveNotifyPropertyChanged~ReactiveCollectionReusableView~ {
<>
}
IReactiveNotifyPropertyChanged~ReactiveCollectionReusableView~ <|.. ReactiveCollectionReusableView
class IHandleObservableErrors {
<>
}
IHandleObservableErrors <|.. ReactiveCollectionReusableView
class IReactiveObject {
<>
}
IReactiveObject <|.. ReactiveCollectionReusableView
class INotifyPropertyChanged {
<>
}
INotifyPropertyChanged <|.. ReactiveCollectionReusableView
class INotifyPropertyChanging {
<>
}
INotifyPropertyChanging <|.. ReactiveCollectionReusableView
class IEnableLogger {
<>
}
IEnableLogger <|.. ReactiveCollectionReusableView
class ICanActivate {
<>
}
ICanActivate <|.. ReactiveCollectionReusableView
Inherits from: UICollectionReusableView
Implements: IReactiveNotifyPropertyChanged
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [ReactiveCollectionReusableView](# class. |
Properties¶
| Name | Summary |
|---|---|
| Changing | Gets 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... |
| Changed | Gets 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... |
| ThrownExceptions | Gets a observable which will fire whenever an exception would normally terminate ReactiveUI internal state. |
| Activated | Gets a observable which is triggered when the ViewModel is activated. |
| Deactivated | Gets a observable which is triggered when the ViewModel is deactivated. |
Methods¶
| Name | Summary |
|---|---|
| SuppressChangeNotifications | When 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¶
| Name | Summary |
|---|---|
| PropertyChanging | |
| PropertyChanged |