}},System.Func{ReactiveUI.IInteractionContext{--2,--3},System.Threading.Tasks.Task})} }},System.Func{ReactiveUI.IInteractionContext{--2,--3},System.IObservable{--4}})}
InteractionBindingMixins.BindInteraction(TView, TViewModel?, Expression>>, Func, Task>) method¶
Defined in
Type: InteractionBindingMixins
Namespace: ReactiveUI.Reactive
Assembly: ReactiveUI.Reactive.dll
Applies to
net10.0, net10.0-maccatalyst26.0, net10.0-desktop1.0, net10.0-browserwasm1.0, net10.0-tvos26.0, net10.0-windows10.0.19041, net10.0-macos26.0, net10.0-ios26.0, net10.0-android36.0, net9.0, net9.0-tvos18.0, net9.0-macos15.0, net9.0-maccatalyst18.0, net9.0-windows10.0.19041, net9.0-ios18.0, net9.0-desktop1.0, net8.0, net8.0-windows10.0.19041, net8.0-ios18.0, net8.0-maccatalyst18.0, net8.0-macos15.0, net8.0-tvos18.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.5, netstandard2.1, net481, net462, net471
Overloads¶
- 1.
public static IDisposable BindInteraction<TView, TViewModel, TInput, TOutput>(this TView view, TViewModel? viewModel, Expression<Func<TViewModel, IInteraction<TInput, TOutput>>> propertyName, Func<IInteractionContext<TInput, TOutput>, Task> handler) where TView : class, IViewFor where TViewModel : class where TInput : notnull where TOutput : notnull - 2.
public static IDisposable BindInteraction<TView, TViewModel, TInput, TOutput, TDontCare>(this TView view, TViewModel? viewModel, Expression<Func<TViewModel, IInteraction<TInput, TOutput>>> propertyName, Func<IInteractionContext<TInput, TOutput>, IObservable<TDontCare>> handler) where TView : class, IViewFor where TViewModel : class where TInput : notnull where TOutput : notnull where TDontCare : notnull
1. Overload¶
Attributes: [RequiresUnreferencedCode("Dynamic observation uses reflection over members that may be trimmed.")]
public static IDisposable BindInteraction<TView, TViewModel, TInput, TOutput>(this TView view, TViewModel? viewModel, Expression<Func<TViewModel, IInteraction<TInput, TOutput>>> propertyName, Func<IInteractionContext<TInput, TOutput>, Task> handler) where TView : class, IViewFor where TViewModel : class where TInput : notnull where TOutput : notnull
Type parameters
| Name | Description |
|---|---|
TView | -- |
TViewModel | -- |
TInput | -- |
TOutput | -- |
Parameters
| Name | Type | Description |
|---|---|---|
view | TView | -- |
viewModel | TViewModel? | -- |
propertyName | Expression | -- |
handler | Func | -- |
Returns: IDisposable
2. Overload¶
Attributes: [RequiresUnreferencedCode("Dynamic observation uses reflection over members that may be trimmed.")]
public static IDisposable BindInteraction<TView, TViewModel, TInput, TOutput, TDontCare>(this TView view, TViewModel? viewModel, Expression<Func<TViewModel, IInteraction<TInput, TOutput>>> propertyName, Func<IInteractionContext<TInput, TOutput>, IObservable<TDontCare>> handler) where TView : class, IViewFor where TViewModel : class where TInput : notnull where TOutput : notnull where TDontCare : notnull
Type parameters
| Name | Description |
|---|---|
TView | -- |
TViewModel | -- |
TInput | -- |
TOutput | -- |
TDontCare | -- |
Parameters
| Name | Type | Description |
|---|---|---|
view | TView | -- |
viewModel | TViewModel? | -- |
propertyName | Expression | -- |
handler | Func | -- |
Returns: IDisposable