Sub OnEnter(Sender: Object; Args: IEventArgs);
Begin
//set of operators;
End Sub OnEnter;
Sender - parameter that returns the component that has generated the event.
Args - parameter that enables the user to determine event parameters.
The OnEnter event occurs when a component gets focused.
See also: