Ejemplo n.º 1
0
 protected virtual void OnRefreshExecuted(DdsEventArgs e)
 {
     if (RefreshExecuted != null)
     {
         RefreshExecuted(this, e);
     }
 }
Ejemplo n.º 2
0
        protected virtual void OnDdsSaved(DdsEventArgs e)
        {
            RefreshElement handler = DdsSaved;

            if (handler != null)
            {
                handler(this, e);
            }
        }