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


In This Topic
    NMouseButtonEventArgs Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function New( _
       ByVal lhYC As NEvent, _
       ByVal MhYC As NNode, _
       ByVal nhYC As UdxC, _
       ByVal OhYC As fIYC _
    )
    'Usage
     
    
    Dim lhYC As NEvent
    Dim MhYC As NNode
    Dim nhYC As UdxC
    Dim OhYC As fIYC
     
    Dim instance As New NMouseButtonEventArgs(lhYC, MhYC, nhYC, OhYC)
    internal NMouseButtonEventArgs( 
       NEvent lhYC,
       NNode MhYC,
       UdxC nhYC,
       fIYC OhYC
    )

    Parameters

    lhYC
    MhYC
    nhYC
    OhYC
    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