RdsDictionaryBox.OnAfterElementAdd

Syntax

Sub OnAfterElementAdd(Sender: Object; Args: IRdsDictionaryBoxEventArgs);

Begin

//set of operators;

End Sub OnAfterElementAdd;

Parameters

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

The Args parameter enables the user to determine event parameters.

Description

The OnAfterElementAdd event occurs after a new element is added to the RdsDictionaryBox component.

See also:

RdsDictionaryBox