protected virtual void OnPreLoad(LoadComponentEventArgs e) { if (PreLoad != null) PreLoad(this, e); }
protected virtual void OnBeforeDownload(LoadComponentEventArgs e) { if (BeforeDownload != null) BeforeDownload(this, e); }