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