Click or drag to resize

BionicCode.Utilities.Net.Core.Wpf.Generic Namespace

[Missing <summary> documentation for "N:BionicCode.Utilities.Net.Core.Wpf.Generic"]

Classes
  ClassDescription
Public classAsyncRelayCommandTParam
A reusable command that encapsulates the implementation of ICommand with support for async/await. Enables instant creation of an ICommand without implementing the ICommand interface for each command. The individual Execute(TParam), ExecuteAsync(TParam) and CanExecute(TParam) members are supplied via delegates.
Interfaces
  InterfaceDescription
Public interfaceIAsyncRelayCommandTParam
Extends ICommand to allow asynchronous command execution, where the accepted parameter of the Execute(TParam) and CanExecute(TParam) is strongly typed to eliminate type casting inside the registered callbacks.
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md