/// <summary>
 /// Resume sync when the editor loses focus.
 /// </summary>
 private void CIXMessageEditor_Deactivate(object sender, EventArgs e)
 {
     CIX.ResumeTasks();
 }