Click or drag to resize

BionicCode.Utilities.Net.Core.Wpf Namespace

A utility library that targets WPF .NET Core. Targets .NET Core >= 3.0
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
Class that inverts a value. Supports inversion of Byte, Int32, Double, Decimal, Single, Boolean and Visibility.

This class can be used with the InvertExtension.

Interfaces
  InterfaceDescription
Public interfaceIAsyncRelayCommand
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md