void PasteCombinationDurationMediatorPasteCombinationReleased(
     object sender,
     PasteCombinationReleasedEventArgument e)
 {
     RaiseUserInterfaceHiddenEvent();
 }
 private void PasteCombinationDurationMediator_PasteCombinationReleased(
     object sender,
     PasteCombinationReleasedEventArgument e)
 {
     RaiseUserInterfaceHiddenEvent();
 }
 void AfterPasteCombinationDurationMediatorAfterPasteCombinationReleased(
     object sender,
     PasteCombinationReleasedEventArgument e)
 {
     RaisePastePerformedEvent();
 }
 void AfterPasteCombinationDurationMediatorAfterPasteCombinationReleased(
     object sender,
     PasteCombinationReleasedEventArgument e)
 {
     RaisePastePerformedEvent();
 }