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


In This Topic
    NTouchOverChangeEventArgs Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function New( _
       ByVal llYC As NEvent, _
       ByVal MlYC As NNode, _
       ByVal nlYC As UdxC, _
       ByVal OlYC As NNode, _
       ByVal plYC As NPoint, _
       ByVal QlYC As MWvC, _
       ByVal rlYC As NTouchDevice _
    )
    'Usage
     
    
    Dim llYC As NEvent
    Dim MlYC As NNode
    Dim nlYC As UdxC
    Dim OlYC As NNode
    Dim plYC As NPoint
    Dim QlYC As MWvC
    Dim rlYC As NTouchDevice
     
    Dim instance As New NTouchOverChangeEventArgs(llYC, MlYC, nlYC, OlYC, plYC, QlYC, rlYC)
    internal NTouchOverChangeEventArgs( 
       NEvent llYC,
       NNode MlYC,
       UdxC nlYC,
       NNode OlYC,
       NPoint plYC,
       MWvC QlYC,
       NTouchDevice rlYC
    )

    Parameters

    llYC
    MlYC
    nlYC
    OlYC
    plYC
    QlYC
    rlYC
    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