ReactiveRecyclerViewViewHolder.LongClicked property¶
Defined in
Type: ReactiveRecyclerViewViewHolderReactiveUI.Reactive.AndroidX
Assembly: ReactiveUI.AndroidX.Reactive.dll
Applies to
net10.0-android36.0
public IObservable<int> LongClicked { get; }
Summary: Gets an observable that signals that this ViewHolder has been long-clicked.
The Int32 is the position of this ViewHolder in the RecyclerView
and corresponds to the AbsoluteAdapterPosition property.
Returns: IObservable