Exemplo n.º 1
0
 public void OnFilterApplied(FilterBlockEventArgs e)
 {
     if (FilterApplied != null)
     {
         FilterApplied(this, e);
     }
 }
Exemplo n.º 2
0
 private void FilterHandler(object sender, FilterBlockEventArgs e)
 {
     if (cache != null)
     {
         cache.Filters = e.Filters;
         this.Refresh();
     }
 }
Exemplo n.º 3
0
 public void OnFilterApplied(FilterBlockEventArgs e)
 {
     if (FilterApplied != null)
     {
         FilterApplied(this, e);
     }
 }
Exemplo n.º 4
0
 private void FilterHandler(object sender, FilterBlockEventArgs e)
 {
     if (cache != null)
     {
         cache.Filters = e.Filters;
         this.Refresh();
     }
 }