Sub OnAfterOpen(Sender: Object; Args: IEventArgs);
Begin
//set of operators;
End Sub OnAfterOpen;
The Sender parameter returns the component that has generated the event.
The Args parameter allows to determine event parameters.
The OnAfterOpen event occurs after the data source is opened.
See also: