pmMDA.NET

PagedSet.OwnerModified Event

[This is preliminary documentation and subject to change.]

This event is raised every time an optimistic concurrency violation is detected.

public event OwnerModifiedEventHandler OwnerModified;

Event Data

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.

Implements

IPagedCollection.OwnerModified

Remarks

The OwnerModifiedEventArgs of the event allow to define the error handling action. See the DefaultOwnerModifiedAction property for further information.

See Also

PagedSet Class | PmMda.Net.Dog.Paging Namespace