TdxServerModeCustomDataSource.AfterOpen Event
Occurs after the data source has been opened (made active).
Declaration
property AfterOpen: 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