MobileForms Toolkit Documentation

AdvancedComboBox.ValidateData Event

Occurs after the item is loaded from DbConnector and before the item is added to ItemCollection.

public event ValidateDataEventHandler ValidateData;

Remarks

Validate data event is usefull for custom data processing. It has the arguments of type ValidateDataArgs.

See Also

AdvancedComboBox Class | Resco.Controls.AdvancedComboBox Namespace | ValidateDataArgs