Class ReactiveImageCell<TViewModel>
- Namespace
- ReactiveUI.Maui
- Assembly
- ReactiveUI.Maui.dll
This is an Image
public class ReactiveImageCell<TViewModel> : ImageCell, INotifyPropertyChanged, IElementController, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IElement, ICellController, IVisualTreeElement, IViewFor<TViewModel>, IViewFor, IActivatableView where TViewModel : class
Type Parameters
TViewModel
The type of the view model.
- Inheritance
-
ReactiveImageCell<TViewModel>
- Implements
-
IView
For <TViewModel>
- Inherited Members
- Extension Methods
Constructors
ReactiveImageCell()
Fields
ViewModelProperty
The view model bindable property.
Field Value
Properties
ViewModel
Gets or sets the ViewModel corresponding to this specific View. This should be a DependencyProperty if you're using XAML.
Property Value
- TView
Model
Methods
OnBindingContextChanged()
Invoked whenever the binding context of the element changes. Implement this method to add class handling for this event.
Remarks
Implementors must call the base method.