Exemplo n.º 1
0
        protected virtual void OnDdsSaved(DdsEventArgs e)
        {
            RefreshElement handler = DdsSaved;

            if (handler != null)
            {
                handler(this, e);
            }
        }
 /// <summary>
 /// Refreshes the context the pager is attached to.
 /// </summary>
 public virtual void Refresh()
 {
     RefreshElement.Click();
     WaitForLoadingOperation();
 }