Example #1
0
 private void OnObjectUpdated(ObjectUpdatedEventArgs e)
 {
     ObjectUpdated?.Invoke(this, e);
 }
 private async void JObjectViewer_OnObjectUpdated(object sender, ObjectUpdatedEventArgs e)
 {
     _requestFileContents.UpdatePayload(ViewModel.GetSourceObjectAsJson());
     await SaveDataToFile(GetFileName(), _requestFileContents);
 }
Example #3
0
 private void RowOnObjectUpdated(object sender, ObjectUpdatedEventArgs objectUpdatedEventArgs)
 {
     ObjectUpdated?.Invoke(sender, objectUpdatedEventArgs);
 }