UiErAnalyzer.OnSelectionChanged

Syntax

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

Begin

//set of operators;

End Sub OnSelectionChanged;

Parameters

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

The Args parameter that determines event parameters.

Description

The OnSelectionChanged event occurs on changing the selection of the express report elements.

See also:

UiErAnalyzer