Back to Wpf Samples

Create a Custom RoutedCommand Sample

Input and Commands/CustomRoutedCommand/README.md

3.0.1011.1 KB
Original Source

Create a Custom RoutedCommand Sample

This sample shows how to create and use a custom RoutedCommand. It demonstrates how to create the RoutedCommand in code behind, create a CommandBinding, the Executed and CanExecute event handlers, and how to hook up the commands up in XAML.

The custom RoutedCommand toggles the background color of a StackPanel.

Build the sample

The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in Visual Studio 2022.

Download the samples ZIP

Deploying the sample

  • Select Build > Deploy Solution.

Deploying and running the sample

  • To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.