BionicCode.Utilities.Net.Framework.Wpf Namespace |
[Missing <summary> documentation for "N:BionicCode.Utilities.Net.Framework.Wpf"]
| Class | Description | |
|---|---|---|
| AsyncRelayCommand |
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 AsyncRelayCommand accepts asynchronous command handlers.
| |
| DefaultValueInverter |
Class that inverts a value.
Supports inversion of Byte, Int32, Double, Decimal, Single, Boolean and Visibility. This class can be used with the InvertExtension. |
| Interface | Description | |
|---|---|---|
| IAsyncRelayCommand |
Extends ICommand to allow asynchronous command execution.
|