Hi
can't find any sample code etc - In my viewmodel I am wanting to save my object (the BO in this case is not the Model)
.......
e.Object.BeginSave(SaveBOCompleted);
private void SaveCompleted(not sure what goes here) { CloseCurrentWindow(); }
Thanks
Richard
I use R# and this is the result:
private void SaveCompleted(object sender, SavedEventArgs e) { }
thanks
Copyright (c) Marimer LLC