DevForce Help Reference
EntitySavedAsyncEventArgs Class
Members 


Arguments to the completion handler specified for an EntityManager.SaveChangesAsync call when using the backwards compatibility API.
Object Model
EntitySavedAsyncEventArgs ClassSaveResult Class
Syntax
'Declaration
 
Public Class EntitySavedAsyncEventArgs 
   Inherits IdeaBlade.EntityModel.AsyncEventArgs(Of SaveResult)
   Implements INotifyCompletedArgs 
'Usage
 
Dim instance As EntitySavedAsyncEventArgs
Remarks
If you have called EntityManager.SaveChangesAsync, the EntitySaveOperation.Completed"> event handler will be called with an instance of EntitySavedAsyncEventArgs representing the status of the save operation.
Inheritance Hierarchy

System.Object
   System.EventArgs
      IdeaBlade.EntityModel.AsyncEventArgs
         IdeaBlade.EntityModel.AsyncEventArgs<TResult>
            IdeaBlade.EntityModel.EntitySavedAsyncEventArgs

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EntitySavedAsyncEventArgs Members
IdeaBlade.EntityModel Namespace

Send Feedback