Version

LayoutChanged Event

Raised after the layout of the lines in the DocumentViewBase has changed.
Syntax
'Declaration
 
Public Event LayoutChanged As EventHandler(Of DocumentViewLayoutChangedEventArgs)
Event Data

The event handler receives an argument of type DocumentViewLayoutChangedEventArgs containing data related to this event. The following DocumentViewLayoutChangedEventArgs properties provide information specific to this event.

PropertyDescription
DeletedLines Returns an enumerable of the DocumentViewLines that were deleted when the layout of the lines in the DocumentViewBase changed.
NewOrReformattedLines Returns an enumerable of the DocumentViewLines that were added or reformatted when the layout of the lines in the DocumentViewBase changed.
TranslatedLines Returns an enumerable of the DocumentViewLines that were translated (moved) when the layout of the lines in the DocumentViewBase changed.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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

See Also