
Visual Basic (Declaration) | |
---|---|
Public Class EntitySavedEventArgs Inherits IdeaBlade.EntityModel.AsyncEventArgs(Of SaveResult) Implements INotifyCompletedArgs |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As EntitySavedEventArgs |
C# | |
---|---|
public class EntitySavedEventArgs : IdeaBlade.EntityModel.AsyncEventArgs<SaveResult>, INotifyCompletedArgs |
C++/CLI | |
---|---|
public ref class EntitySavedEventArgs : public IdeaBlade.EntityModel.AsyncEventArgs<SaveResult>, INotifyCompletedArgs |
If you have subscribed to the EntityManager.Saved event, your handler will receive an instance of EntitySavedEventArgs for both synchronous and asynchronous save operations.
If you have called EntityManager.SaveChangesAsync, the EntitySaveOperation.Completed"> event handler will be called with an instance of EntitySavedEventArgs representing the status of the save operation.
System.Object
System.EventArgs
IdeaBlade.EntityModel.AsyncEventArgs
IdeaBlade.EntityModel.AsyncEventArgs<T>
IdeaBlade.EntityModel.EntitySavedEventArgs
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