Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NTouchEventArgs Class / NTouchEventArgs Constructor


In This Topic
    NTouchEventArgs Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function New( _
       ByVal MKYC As NEvent, _
       ByVal nKYC As NNode, _
       ByVal OKYC As UdxC, _
       ByVal pKYC As NNode, _
       ByVal QKYC As NTouchDevice _
    )
    'Usage
     
    
    Dim MKYC As NEvent
    Dim nKYC As NNode
    Dim OKYC As UdxC
    Dim pKYC As NNode
    Dim QKYC As NTouchDevice
     
    Dim instance As New NTouchEventArgs(MKYC, nKYC, OKYC, pKYC, QKYC)
    internal NTouchEventArgs( 
       NEvent MKYC,
       NNode nKYC,
       UdxC OKYC,
       NNode pKYC,
       NTouchDevice QKYC
    )

    Parameters

    MKYC
    nKYC
    OKYC
    pKYC
    QKYC
    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