Exemplo n.º 1
0
 private void RequestForSelectByDrawing(object sender, LegendItemEventArgs e)
 {
     this.OnRequestSelectByDrawing.SafeInvoke(this, e);
 }
Exemplo n.º 2
0
 private void Item_OnRequestShowAll(object sender, LegendItemEventArgs e)
 {
     this.OnRequestShowAll.SafeInvoke(this, e);
 }