[]
        
(Showing Draft Content)

Commanding with C1Toolbar (WPF Tutorial)

Toolbar for WPF supports the command framework. Commands have several purposes in WPF. The primary purpose is to separate the object that invokes the command from the logic that executes the command. Commands allow loose coupling between the origin and the handling of an action.

The following tutorial demonstrates how to use C1Toolbar with commands in a WPF application.

See Also

Part 1: Using the Command Library

Part 2: Creating Custom Commands

Part 3: Using Commands in MVVM