Componentone Toolbar for WPF and Silverlight
In This Topic
    Commanding with C1Toolbar (WPF Tutorial)
    In This Topic

    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