Occurs when the current input position has been moved to a position that belongs to a table of contents. The event handler receives an argument of type TableOfContentsEventArgs containing data related to this event.

Introduced: X19.

Syntax

public event TableOfContentsEventHandler TableOfContentsEntered;
Public Event TableOfContentsEntered As TableOfContentsEventHandler