Example #1
0
 private void NodePresentationChanged()
 {
     PresentationChanged?.Invoke();
 }
Example #2
0
 public void RaisePresentationChanged()
 {
     PresentationChanged?.Invoke(this);
 }