Occurs when the user selects the menu or toolbar Reset Zoom and the zoom is restored to the size / location when the image was initially loaded.
Visual Basic |
---|
Public Event OnImageResetZoomFinish() |
When the user clicks on the menu or toolbar button for Reset Zoom, it will first generate the "OnImageResetZoomStart" event, perform the reset zoom, then generate the "OnImageResetZoomFinish" event.