While trying to learn the source for GameLibrary sample application I saw a line like this:
ConventionManager.AddElementConvention<Rating>(Rating.ValueProperty, "Value", "ValueChanged");
Looked into the source of Caliburn but couldn t really understand what element conventions are.
Can someone describe briefly please?