Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NThumb Class / Drag Event


In This Topic
    Drag Event (NThumb)
    In This Topic
    Event, which occurs when the thumb is dragged
    Syntax
    'Declaration
     
    
    Public Event Drag As Nevron.Nov.Function(Of NThumbDragEventArgs)
    'Usage
     
    
    Dim instance As NThumb
    Dim handler As Nevron.Nov.Function(Of NThumbDragEventArgs)
     
    AddHandler instance.Drag, handler
    public event Nevron.Nov.Function<NThumbDragEventArgs> Drag
    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