TManagerArgs Class
Base class for all event argument objects passed to TManagerEvents callbacks.
Remarks
Provides access to the TObjectManager that fired the event.
Syntax
Unit: Aurelius.Events.Manager
TManagerArgs = class(TObject);
Properties
| Name | Description |
|---|---|
| Manager | Gets the TObjectManager instance that triggered the event. |