RdsDictionaryBox.OnBeforeElementDelete

Syntax

OnBeforeElementDelete(Sender: Object; Args: IRdsDictionaryBoxEventArgs);

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 deleting element from the RdsDictionaryBox component.

See also:

RdsDictionaryBox