Sub OnAfterElementChange(Sender: Object; Args: IRdsDictionaryBoxEventArgs);
Begin
//set of operators;
End Sub OnAfterElementChange;
The Sender parameter returns the component that has generated the event.
The Args parameter enables the user to determine event parameters.
The OnAfterElementChange event occurs after element has been changed in the RdsDictionaryBox component.
See also: