MobileForms Toolkit Documentation

ValidateDataArgs Class

ValidataDataArgs class contains the arguments of ValidateData event.

For a list of all members of this type, see ValidateDataArgs Members.

System.Object
   Resco.Controls.AdvancedComboBox.ValidateDataArgs

public class ValidateDataArgs

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The data provided to handler of the ValidateData event were loaded from the IDataConnector or DataSource and can be changed. The DataItem contains the values and template indices and can be changed before it is displayed. The InsertIndex contains the position, to which the DataItem will be inserted. If Skip is set to true, the DataItem will not be inserted.

Requirements

Namespace: Resco.Controls.AdvancedComboBox

Assembly: Resco.AdvancedComboBox.CF3 (in Resco.AdvancedComboBox.CF3.dll)

See Also

ValidateDataArgs Members | Resco.Controls.AdvancedComboBox Namespace | ValidateData