| Visual Basic (Declaration) | |
|---|---|
Public Class EntityRefetchedEventArgs Inherits IdeaBlade.EntityModel.AsyncEventArgs(Of IEnumerable) Implements INotifyCompletedArgs | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As EntityRefetchedEventArgs | |
| C# | |
|---|---|
public class EntityRefetchedEventArgs : IdeaBlade.EntityModel.AsyncEventArgs<IEnumerable>, INotifyCompletedArgs | |
| C++/CLI | |
|---|---|
public ref class EntityRefetchedEventArgs : public IdeaBlade.EntityModel.AsyncEventArgs<IEnumerable>, INotifyCompletedArgs | |
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.
System.Object
System.EventArgs
IdeaBlade.EntityModel.AsyncEventArgs
IdeaBlade.EntityModel.AsyncEventArgs<T>
IdeaBlade.EntityModel.EntityRefetchedEventArgs
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family