Click or drag to resize

BaseMiniMap Events

The BaseMiniMap type exposes the following members.

Events
  NameDescription
Public eventPreviewViewboxChanged
PreviewViewboxChanged occurs before the Viewbox value is changed (user moved the rectangle in MiniMap). The event can be used to prevent the change of viewbox (set Handled property to true), or change the new viewbox value before the change is applied.
Public eventViewboxChanged
ViewboxChanged occurs after the Viewbox value is changed (user moved the rectangle in MiniMap).
Top
See Also