TdxServerModeCustomDataSource.AfterClose Event
Occurs after the data source has been closed (made inactive).
Declaration
property AfterClose: TdxServerModeDataSourceNotifyEvent read; write;
Remarks
Sender references the data source.
Refer to the Active property description to learn about the moment when this event is fired.
See Also