Ejemplo n.º 1
0
 public void TriggerExtentChanged()
 {
     ExtentChanged?.Invoke(this, EventArgs.Empty);
 }
Ejemplo n.º 2
0
 public void TriggerInvalidated()
 {
     QueryInvalidated?.Invoke(this, EventArgs.Empty);
     ExtentChanged?.Invoke(this, EventArgs.Empty);
 }
Ejemplo n.º 3
0
 public virtual void OnExtentChanged()
 {
     ExtentChanged?.Invoke(this, _currentExtent);
 }