Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NViewportAutoScroller Class / OnDraggingArea Method


In This Topic
    OnDraggingArea Method
    In This Topic
    Called when an area is dragged in the viewport
    Syntax
    'Declaration
     
    
    Public Overridable Sub OnDraggingArea( _
       ByVal dragArea As NRectangle _
    ) 
    'Usage
     
    
    Dim instance As NViewportAutoScroller
    Dim dragArea As NRectangle
     
    instance.OnDraggingArea(dragArea)
    public virtual void OnDraggingArea( 
       NRectangle dragArea
    )

    Parameters

    dragArea
    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