Click or drag to resize

BookmarkLevelHandler Delegate

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

Namespace: Spire.Doc.Documents.Rendering
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public delegate void BookmarkLevelHandler(
	Object sender,
	BookmarkLevelEventArgs args
)

Parameters

sender
Type: System Object
The source of the event
args
Type: Spire.Doc.Documents.Rendering BookmarkLevelEventArgs
args that contains event data
See Also