ActiveDatabaseSoftware.ActiveQueryBuilder.CriteriaBuilder Namespace > CriteriaBuilder Class : ValidateDataType Event |
'Declaration Public Event ValidateDataType As ValidateDataTypeEventHandler
'Usage Dim instance As CriteriaBuilder Dim handler As ValidateDataTypeEventHandler AddHandler instance.ValidateDataType, handler
public event ValidateDataTypeEventHandler ValidateDataType
public: __event ValidateDataTypeEventHandler* ValidateDataType
Handle this event to override the data type of column in order to change type of the editor for it's value.
For example, you may want to change the datetime editor to date picker (without time editor).