Ejemplo n.º 1
0
 protected virtual void OnBeforeClear(EventListClearEventArgs e)
 {
     if (BeforeClear != null)
     {
         BeforeClear(this, e);
     }
 }
Ejemplo n.º 2
0
 protected virtual void OnAfterClear(EventListClearEventArgs e)
 {
     if (AfterClear != null)
     {
         AfterClear(this, e);
     }
 }