Click or drag to resize

BionicCode.Utilities.Net.Framework.Wpf Namespace

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

Classes
  ClassDescription
Public classAsyncRelayCommand
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, ExecuteAsync and CanExecute members are supplied via delegates.
Public classDefaultValueInverter
Interfaces
  InterfaceDescription
Public interfaceIAsyncRelayCommand
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md