예제 #1
0
 public void OnFilterApplied(FilterBlockEventArgs e)
 {
     if (FilterApplied != null)
     {
         FilterApplied(this, e);
     }
 }
예제 #2
0
파일: CrudCC.cs 프로젝트: koder05/progs
 private void FilterHandler(object sender, FilterBlockEventArgs e)
 {
     if (cache != null)
     {
         cache.Filters = e.Filters;
         this.Refresh();
     }
 }
예제 #3
0
 public void OnFilterApplied(FilterBlockEventArgs e)
 {
     if (FilterApplied != null)
     {
         FilterApplied(this, e);
     }
 }
예제 #4
0
파일: CrudCC.cs 프로젝트: koder05/fogel-ba
 private void FilterHandler(object sender, FilterBlockEventArgs e)
 {
     if (cache != null)
     {
         cache.Filters = e.Filters;
         this.Refresh();
     }
 }