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 |
|
Properties
Methods
Events
Extension Methods