pmMDA.NET

IPagedCollection.OwnerModified Event

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

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.

Remarks

See the OwnerModifiedAction for further information.

See Also

IPagedCollection Interface | PmMda.Net.Dog.Paging Namespace