The ViewChangedEventArgs class provides data for the View.Changed event. This event occurs when a part of the view's image must be updated.

Syntax

public class ViewChangedEventArgs: EventArgs
Public Class ViewChangedEventArgs
  Inherits EventArgs

Introduced: X14.

Properties

Property Description
ClipRectangle Gets the rectangular area, in pixels, which is affected through the changes.
ScrollDistance Gets the amount the document has been scrolled.
ScrollOrientation Gets a value which determines whether the change is the result of scrolling, either through setting the view's location in the document or through autoscrolling initiated through the control when the input position leaves the visible part of the document.