public void CommitUpdate() { UpdateCommited?.Invoke(this, new DocumentEventArgs()); }
public void CommitUpdate() { UpdateCommited?.Invoke(this, EventArgs.Empty); }