Пример #1
0
 private void RecordMovePreviousEventHandler(RecordMovePrevious obj)
 {
     if (VmData != null)
     {
         VmData.MovePrevious();
         SelectedItem = VmData.CurrentItem();
     }
 }
Пример #2
0
        private void RecordNavGoPrevious(string obj)
        {
            var msg = new RecordMovePrevious();

            eventAggregator.GetEvent <RecordMovePreviousEvent>().Publish(msg);
        }