BaseMiniMap Events |
The BaseMiniMap type exposes the following members.
Name | Description | |
---|---|---|
![]() | PreviewViewboxChanged |
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.
|
![]() | ViewboxChanged |
ViewboxChanged occurs after the Viewbox value is changed (user moved the rectangle in MiniMap).
|