private void OnListClear(EventArgs e) { ListClear?.Invoke(this, e); }
public new void Clear() { base.Clear(); ListClear?.Invoke(); }