pmMDA.NET

PagedListBase.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

See the DefaultOwnerModifiedAction property for further information.

The OwnerModifiedEventArgs of the event allow to define the error handling action.

See Also

PagedListBase Class | PmMda.Net.Dog.Paging Namespace