I'm expanding SPFieldText
and BaseFieldControl
to create a custom field. The field saves some data externally (for example, on a database or on another list)
Within the control I'm able to handle Edit and New events (using ControlMode
).
I'd like to run a function and clean up some data when an item containing my field is deleted. Is this possible, in the context of a custom field?