DevForce Help Reference
EntityRefetchedEventArgs Class
Members 


Arguments to the completion handler specified for an RefetchEntitiesAsync(EntityKeyList,MergeStrategy,CancellationToken) call.
Syntax
'Declaration
 
Public Class EntityRefetchedEventArgs 
   Inherits IdeaBlade.EntityModel.AsyncEventArgs(Of QueryResult())
   Implements INotifyCompletedArgs 
'Usage
 
Dim instance As EntityRefetchedEventArgs
Remarks

If you have called EntityManager.RefetchEntitiesAsync, the Completed event handler will be called with an instance of EntityRefetchedEventArgs representing the results of the query operation.

Inheritance Hierarchy

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

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

EntityRefetchedEventArgs Members
IdeaBlade.EntityModel Namespace

Send Feedback