protected void FirePivotAdded(Pivot pivot) { PivotAdded?.Invoke(new PivotEventArgs(pivot)); }
public PivotEventArgs(Pivot pivot) { Pivot = pivot; }