IMasterObjectNotifier.ChildRemoved Method
Called when a child entity has been removed from the master's collection.
Syntax
Unit: Aurelius.Types.MasterObjectValue
procedure IMasterObjectNotifier.ChildRemoved(Entity: TObject); virtual; abstract;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| Entity | TObject | The child entity that was removed. |