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


In This Topic
    NTouchTargetChangeEventArgs Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function New( _
       ByVal SlYC As NEvent, _
       ByVal tlYC As NNode, _
       ByVal UlYC As UdxC, _
       ByVal vlYC As NNode, _
       ByVal WlYC As MWvC, _
       ByVal xlYC As NTouchDevice _
    )
    'Usage
     
    
    Dim SlYC As NEvent
    Dim tlYC As NNode
    Dim UlYC As UdxC
    Dim vlYC As NNode
    Dim WlYC As MWvC
    Dim xlYC As NTouchDevice
     
    Dim instance As New NTouchTargetChangeEventArgs(SlYC, tlYC, UlYC, vlYC, WlYC, xlYC)
    internal NTouchTargetChangeEventArgs( 
       NEvent SlYC,
       NNode tlYC,
       UdxC UlYC,
       NNode vlYC,
       MWvC WlYC,
       NTouchDevice xlYC
    )

    Parameters

    SlYC
    tlYC
    UlYC
    vlYC
    WlYC
    xlYC
    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