Click or drag to resize

SpireDocEvalInfo Delegate

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

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

Parameters

sender
Type: System Object
The source of the event.
args
Type: System String
The args that contains event data.
See Also