Click or drag to resize

UpdateFieldsHandler Delegate

Represents the method that will handle an event that with event data.

Namespace: Spire.Doc.Fields
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public delegate void UpdateFieldsHandler(
	Object sender,
	IFieldsEventArgs args
)

Parameters

sender
Type: System Object
The source of the event
args
Type: Spire.Doc.Fields IFieldsEventArgs
The IFieldsEventArgs instance containing the event data.
See Also