Begin save method help

Begin save method help

Old forum URL: forums.lhotka.net/forums/t/11322.aspx


griff posted on Monday, April 23, 2012

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

JonnyBee replied on Monday, April 23, 2012

I use R# and this is the result:

    private void SaveCompleted(object sender, SavedEventArgs e)
    {
 
    }

griff replied on Monday, April 23, 2012

thanks

Copyright (c) Marimer LLC