Sub OnLayoutChanged(Sender: IUiErAnalyzer; Args: IUiErAnalyzerEventArgs);
Begin
//set of operators;
End Sub OnLayoutChanged;
The Sender parameter returns the component that has generated the event.
The Args parameter that determines event parameters.
The OnLayoutChanged event occurs on moving a dictionary of the express report.
See also: