signal callback delegate or function to connect
glib.error.ErrorWrap callback(gobject.value.Value newValue, gda.holder.Holder holder)
newValue the proposed new value for holder (optional)
holder the instance the signal is connected to (optional)
Returns NULL if holder is allowed to change its value to new_value, or a #GError otherwise.
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to ValidateChange signal.
Gets emitted when holder is going to change its value. One can connect to this signal to control which values holder can have (for example to implement some business rules)