Пример #1
0
 protected override void OnLeave(EventArgs e)
 {
     this.Invalidate();
     LeaveEvt?.Invoke();
     base.OnLeave(e);
 }