UiErAnalyzer.OnLayoutChanged

Syntax

Sub OnLayoutChanged(Sender: IUiErAnalyzer; Args: IUiErAnalyzerEventArgs);

Begin

//set of operators;

End Sub OnLayoutChanged;

Parameters

The Sender parameter returns the component that has generated the event.

The Args parameter that determines event parameters.

Description

The OnLayoutChanged event occurs on moving a dictionary of the express report.

See also:

UiErAnalyzer