private void OnSending(DistributingEventArgs e) { if (Distributing != null) { Distributing(this, e); } }