IFieldUpdatingCallback class

IFieldUpdatingCallback class

Implement this interface if you want to have your own custom methods called during a field update.

Methods

NameDescription
field_updated(field)A user defined method that is called just after a field is updated.
field_updating(field)A user defined method that is called just before a field is updated.

See Also