Sub OnSelectionChanged(Sender: Object; Args: IRdsDictionaryBoxEventArgs);
Begin
//set of operators;
End Sub OnSelectionChanged;
The Sender parameter returns the component that has generated the event.
The Args parameter enables the user to determine event parameters.
The OnSelectionChanged event occurs when selection is changed in the tree of elements displayed in the RdsDictionaryBox component.
See also: