19 private object _newObject;
26 get {
return _newObject; }
29 private Exception _error;
41 private object _userState;
47 get {
return _userState; }
59 _newObject = newObject;
75 _newObject = newObject;
77 _userState = userState;
Event arguments containing a reference to the new object that was returned as a result of the Save() ...
object UserState
Gets the user state object.
SavedEventArgs(object newObject)
Creates an instance of the type.
object NewObject
Gets the object that was returned as a result of the Save() operation.
SavedEventArgs(object newObject, Exception error, object userState)
Creates an instance of the type.
Exception Error
Gets any exception that occurred during the save.