CSLA .NET

Vibrant discussion about CSLA .NET and using the framework to build great business applications.

Begin save method help

rated by 0 users
Answered (Not Verified) This post has 0 verified answers | 2 Replies | 0 Followers

Top 75 Contributor
106 Posts
griff posted on Mon, Apr 23 2012 4:35 AM

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

All Replies

Top 10 Contributor
1,770 Posts
Suggested by JonnyBee

I use R# and this is the result:

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

Jonny Bekkum, Norway CslaContrib Coordinator

Top 75 Contributor
106 Posts
griff replied on Mon, Apr 23 2012 7:11 AM

thanks

Page 1 of 1 (3 items) | RSS

Copyright (c) 2006-2010 Marimer LLC. All rights reserved.
Email admin@lhotka.net for support.
Powered by Community Server (Non-Commercial Edition), by Telligent Systems