Active Query Builder 2 .NET Edition reference
ValidateDataType Event



Fired when the control is about to show the value editor for a condition.
Syntax
'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
Remarks

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).

See Also

Reference

CriteriaBuilder Class
CriteriaBuilder Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback