Change file and event names for code to be clearer and more coherent with the project and cuttings organisation
<s:TagVisualization x:Class="FingersDance.Control.UserPanel.TagVisuSoundControl"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:s="http://schemas.microsoft.com/surface/2008"
Loaded="TagVisuSoundControl_Loaded"
Height="100" Width="100">
<Canvas Background="LightBlue">
<Label Name="volumeModel" Content="VolumeControl"/>
</Canvas>
</s:TagVisualization>