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


In This Topic
    NTouchActionEventArgs Class
    In This Topic
    The event arguments associated with NTouch.DownEvent, NTouch.UpEvent and NToch.Move events (i.e. when a touch device is pressed, released or moved).
    Object Model
    NTouchActionEventArgs Class
    Syntax
    'Declaration
     
    
    Public Class NTouchActionEventArgs 
       Inherits NTouchEventArgs
    'Usage
     
    
    Dim instance As NTouchActionEventArgs
    public class NTouchActionEventArgs : NTouchEventArgs 
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Dom.NEventArgs
          Nevron.Nov.UI.NInputTargetChainEvent
             Nevron.Nov.UI.NTouchEventArgs
                Nevron.Nov.UI.NTouchActionEventArgs

    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