com.aspose.words
Interface IFieldUpdatingCallback


public interface IFieldUpdatingCallback 

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

Method Summary
abstract voidfieldUpdated(Field field)
           A user defined method that is called just after a field is updated.
abstract voidfieldUpdating(Field field)
           A user defined method that is called just before a field is updated.
 

Method Detail

fieldUpdated

public abstract void fieldUpdated(Field field)
A user defined method that is called just after a field is updated.

fieldUpdating

public abstract void fieldUpdating(Field field)
A user defined method that is called just before a field is updated.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.