Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.22 KB

File metadata and controls

17 lines (12 loc) · 1.22 KB

MvvmScarletToolkit.Implementations

.NET standard 2.0

Goals

This library aims to provide implementations for wpf specific classes used by the framework.

Contents

class summary
ScarletCommandBuilder Fluent builder for ConcurrentCommand instances.
ScarletCommandManager Wrapper for System.Windows.Input.CommandManager to support Dependency Injection.
ScarletDispatcher Wrapper for System.Windows.Threading.Dispatcher to support Dependency Injection and Task based ICommand implementations in this library.
ScarletExitService Currently does nothing, until i can figure out how xamarin forms does handle app shutdowns - if at all
ScarletWeakEventManager Wrapper for WeakEventManager. (See)