Sub OnBeforeElementAdd(Sender: Object; Args: IRdsDictionaryBoxEventArgs);
Begin
//set of operators;
End Sub OnBeforeElementAdd;
The Sender parameter returns the component that has generated the event.
The Args parameter enables the user to determine event parameters.
The OnBeforeElementAdd event occurs before new element is added to the RdsDictionaryBox component.
See also: