The FootnoteEventArgs class provides data for the FootnoteCreated, FootnoteDeleted, FootnoteReferenceMarkEntered and FootnoteReferenceMarkLeft events. When a footnote is deleted, the Footnote object provided with the event data has the following valid properties: HighlightColor, HighlightMode, ID and Name. All other properties are undefined.

Syntax

public class FootnoteEventArgs: EventArgs
Public Class FootnoteEventArgs
  Inherits EventArgs

Introduced: 32.0.

Properties

Property Description
Footnote Gets an object that represents the footnote which causes the event.