Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NZoomSlider Class / ZoomToWholePage Event


In This Topic
    ZoomToWholePage Event
    In This Topic
    Fired when the zoom slider should zoom to whole page.
    Syntax
    'Declaration
     
    
    Public Event ZoomToWholePage As Nevron.Nov.Function(Of NZoomSlider)
    'Usage
     
    
    Dim instance As NZoomSlider
    Dim handler As Nevron.Nov.Function(Of NZoomSlider)
     
    AddHandler instance.ZoomToWholePage, handler
    public event Nevron.Nov.Function<NZoomSlider> ZoomToWholePage
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also