pmMDA.NET

OwnerModifiedErrorDelegate Delegate

[This is preliminary documentation and subject to change.]

Represents the method that will handle the error if the owner of a paged collection has been modified.

internal delegate void OwnerModifiedErrorDelegate(
   DateTime newOwnerTimestamp
);

Parameters

newOwnerTimestamp
The new timestamp of the owner

Remarks

The owner is the data object which contains an indexed property which is represented throug an paged collection.

This event handler is just available within the pmMDA framework.

Requirements

Namespace: PmMda.Net.Dog.Paging

Assembly: pmMDA.NET.Common (in pmMDA.NET.Common.dll)

See Also

PmMda.Net.Dog.Paging Namespace