WPF Packages
C#
Show/Hide TOC
Common.
Wpf.
Commands Namespace
Contains classes that implement the ICommand interface which enables a user to interact with the business logic.
Classes
DelegateCommand
Command to relay functionality to other objects by invoking delegates.
RelayCommand
A command whose sole purpose is to relay its functionality to other objects by invoking delegates.
In This Article
Classes