增加IsHandleCreated 判断
if (this.IsHandleCreated) { this.Invoke(new EventHandler(delegate { ...... })); }