[This is preliminary documentation and subject to change.]
This event is raised every time an optimistic concurrency violation is detected.
The event handler receives an argument of type OwnerModifiedEventArgs containing data related to this event. The following OwnerModifiedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Action | Gets the action that is done by the paged collection. |
NewTimestamp | Gets the new timestamp of the owner. |
Owner | Gets the owner of the paged collection. |
IPagedCollection.OwnerModified
The OwnerModifiedEventArgs of the event allow to define the error handling action. See the DefaultOwnerModifiedAction property for further information.
PagedSet Class | PmMda.Net.Dog.Paging Namespace