Version

DocumentViewLayoutChangedEventArgs Class Members

The following tables list the members exposed by DocumentViewLayoutChangedEventArgs.

Public Constructors
 NameDescription
Public ConstructorDocumentViewLayoutChangedEventArgs ConstructorConstructor  
Public Properties
 NameDescription
Public PropertyDeletedLinesReturns an enumerable of the DocumentViewLines that were deleted when the layout of the lines in the DocumentViewBase changed.  
Public PropertyNewOrReformattedLinesReturns an enumerable of the DocumentViewLines that were added or reformatted when the layout of the lines in the DocumentViewBase changed.  
Public PropertyTranslatedLinesReturns an enumerable of the DocumentViewLines that were translated (moved) when the layout of the lines in the DocumentViewBase changed.  
See Also