Sub OnFocusedChanged(Sender: Object; Args: IDimensionViewerEventArgs);
Begin
//set of operators;
End Sub OnFocusedChanged;
The Sender parameter returns the component that has generated the event.
The Args parameter allows to determine event parameters.
The OnFocusedChanged event occurs on moving the focus to another component element.
See also: