Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NDragActionEventArgs Class
Members


In This Topic
    NDragActionEventArgs Class
    In This Topic
    The event arguments associated with NDragDrop.DragOverEvent and NDragDrop.DragDropEvent events (i.e. when a data object is moved over or dropped on a drag drop target).
    Object Model
    NDragActionEventArgs Class
    Syntax
    'Declaration
     
    
    Public Class NDragActionEventArgs 
       Inherits NDragEventArgs
    'Usage
     
    
    Dim instance As NDragActionEventArgs
    public class NDragActionEventArgs : NDragEventArgs 
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Dom.NEventArgs
          Nevron.Nov.UI.NInputTargetChainEvent
             Nevron.Nov.UI.NDragEventArgs
                Nevron.Nov.UI.NDragActionEventArgs

    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