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