pmMDA.NET

OwnerModifiedEventArgs Constructor 

[This is preliminary documentation and subject to change.]

Initializes a new instance of the OwnerModifiedEventArgs class.

public OwnerModifiedEventArgs(
   IDataObject owner,
   DateTime newTimestamp,
   OwnerModifiedAction defaultAction
);

Parameters

owner
The owner of the paged collection.
newTimestamp
The new timestamp of the owner.
defaultAction
The action that is done by the paged collection. This action may be modified by any event subscriber using the Action property.

See Also

OwnerModifiedEventArgs Class | PmMda.Net.Dog.Paging Namespace