// Selection Events needs to be raised on DataItem Peers now when they exist.
 internal void RaiseAutomationSelectionEvent(AutomationEvents eventId)
 {
     if (EventsSource != null)
     {
         EventsSource.RaiseAutomationEvent(eventId);
     }
 }