private void GLControl_DragDrop(object sender, DragEventArgs e) { _eventAggregator.DragDrop(sender, e); GLControl.Invalidate(); }