RdsDictionaryBox.OnBeforeElementDelete

Syntax

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

Begin

//set of operators;

End Sub OnBeforeElementDelete;

Parameters

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

The Args parameter enables the user to determine event parameters.

Description

The OnBeforeElementDelete event occurs before element is removed in the RdsDictionaryBox component.

See also:

RdsDictionaryBox