Table of Contents

TCollectionItemArgs Class

Base class for event argument objects related to collection (association list) item changes.

Syntax

Unit: Aurelius.Events.Manager

TCollectionItemArgs = class(TManagerArgs);

Properties

Name Description
Item Gets the entity that was added to or removed from the collection.
MemberName Gets the name of the association member on the parent entity that holds the collection.
Parent Gets the entity that owns the collection.