'Declaration Public Event HyperlinkExported As EventHandler(Of HyperlinkExportedEventArgs)
public event EventHandler<HyperlinkExportedEventArgs> HyperlinkExported
The event handler receives an argument of type HyperlinkExportedEventArgs containing data related to this event. The following HyperlinkExportedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Hyperlink | Gets the Hyperlink exported to the word document |
The HyperlinkExportedEventArgs.Hyperlink is a copy of the original hyperlink which can be manipulated by the user.
This event is fired before all other events when the Export(String,WordDocumentWriter) method is called. You can use it to do any preprocessing before exporting process starts.
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2