RdsDictionaryBox.OnAfterElementDelete

Syntax

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

Begin

//set of operators;

End Sub OnAfterElementDelete;

Parameters

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

The Args parameter enables the user to determine event parameters.

Description

The OnAfterElementDelete event occurs after element has been removed from the RdsDictionaryBox component.

See also:

RdsDictionaryBox