DataGridValidateNewValue Field
Add a handler method, if you want to validate the new value entered into a cell.
Return True, if the data can be submitted; False if you want cancel the changes.
Namespace: BeeMobile.DataGridAssembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
public DataGridValidateDelegate ValidateNewValue
Public ValidateNewValue As DataGridValidateDelegate
Field Value
DataGridValidateDelegate