Exemple #1
0
        protected void OnError(UpdateErrorArgs e)
        {
            EventHandler <UpdateErrorArgs> handler = Error;

            if (handler != null)
            {
                handler(this, e);
            }
        }
Exemple #2
0
 protected void OnError(UpdateErrorArgs e)
 {
     EventHandler<UpdateErrorArgs> handler = Error;
     if (handler != null) handler(this, e);
 }