Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The only thing we changed from the default user control template is that the user control now derives from the generic from Catel.Windows.Controls.UserControl control instead of the default System.Windows.Controls.UserControl control. Then, the view model that the user control should use is provided as generic argument. This is it for the code-behind, let’s move up to the view.

...