/// <summary> /// Raises the Click event. /// </summary> private void OnClick(EventArgs e) { Click?.ThreadSafeInvoke(this, e); }