ReactiveImageView class¶
Defined in
Namespace: ReactiveUI
Assembly: ReactiveUI.dll
Full name: ReactiveUI.ReactiveImageView
Modifiers: public abstract
Summary¶
This is an ImageView that is both and ImageView and has a ReactiveObject powers
(i.e. you can call RaiseAndSetIfChanged).
Applies to
net10.0-ios26.0, net10.0-macos26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0, net9.0-ios18.0, net9.0-macos15.0, net9.0-maccatalyst18.0, net9.0-tvos18.0, net8.0-ios18.0, net8.0-maccatalyst18.0, net8.0-macos15.0, net8.0-tvos18.0
Class hierarchy
classDiagram
class ReactiveImageView
class UIImageView
UIImageView <|-- ReactiveImageView
class IReactiveNotifyPropertyChanged~ReactiveImageView~ {
<>
}
IReactiveNotifyPropertyChanged~ReactiveImageView~ <|.. ReactiveImageView
class IHandleObservableErrors {
<>
}
IHandleObservableErrors <|.. ReactiveImageView
class IReactiveObject {
<>
}
IReactiveObject <|.. ReactiveImageView
class INotifyPropertyChanged {
<>
}
INotifyPropertyChanged <|.. ReactiveImageView
class INotifyPropertyChanging {
<>
}
INotifyPropertyChanging <|.. ReactiveImageView
class IEnableLogger {
<>
}
IEnableLogger <|.. ReactiveImageView
class ICanActivate {
<>
}
ICanActivate <|.. ReactiveImageView
class ICanForceManualActivation {
<>
}
ICanForceManualActivation <|.. ReactiveImageView
Inherits from: UIImageView
Implements: IReactiveNotifyPropertyChangedICanForceManualActivation
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [ReactiveImageView](# class. |
Properties¶
| Name | Summary |
|---|---|
| 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. |
| 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... |
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 | |
| Dispose |
Events¶
| Name | Summary |
|---|---|
| PropertyChanging | |
| PropertyChanged |