[This is preliminary documentation and subject to change.]
When implemented by a class, 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. |
See the OwnerModifiedAction for further information.
IPagedCollection Interface | PmMda.Net.Dog.Paging Namespace