Example #1
0
        /// <summary>
        /// Event raised when the Show command is executed.
        /// </summary>
        private static void ShowAdornerCommand_Executed(object target, ExecutedRoutedEventArgs e)
        {
            ImprovedAdornedControl c = (ImprovedAdornedControl)target;

            c.ShowAdorner();
        }