Class BlazorCommandWrapper<TParam, TResult>
FIXME: This is almost a duplicate of CommandWrapper, will work only for WPF (but does not require UseWpf=true)
Next step - create commandwrapper implementation which will cover all cases - WPF, blazor-in-wpf, blazor-in-web, blazor-wasm
Inheritance
BlazorCommandWrapper<TParam, TResult>
Assembly: PoeShared.Blazor.dll
Syntax
public sealed class BlazorCommandWrapper<TParam, TResult> : DisposableReactiveObject, IDisposable, INotifyPropertyChanged, ICommandWrapper, ICommand
Type Parameters
Name |
Description |
TParam |
|
TResult |
|
Constructors
Properties
Methods
Events
Extension Methods
ReactiveObjectExtensions.Listen<TContext, TOut1, TOut2, TOut3, TOut4>(TContext, Expression<Func<TContext, TOut1>>, Expression<Func<TContext, TOut2>>, Expression<Func<TContext, TOut3>>, Expression<Func<TContext, TOut4>>)