field_updating_callback property

FieldOptions.field_updating_callback property

Gets or sets IFieldUpdatingCallback implementation

@property
def field_updating_callback(self) -> aspose.words.fields.IFieldUpdatingCallback:
    ...

@field_updating_callback.setter
def field_updating_callback(self, value: aspose.words.fields.IFieldUpdatingCallback):
    ...

See Also