OnBeforeElementAdd(Sender: Object; Args: IRdsDictionaryBoxEventArgs);
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 a new element is added to the RdsDictionaryBox component.
See also: