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


In This Topic
    NDragActionEventArgs Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function New( _
       ByVal lfYC As NEvent, _
       ByVal MfYC As NNode, _
       ByVal nfYC As UdxC, _
       ByVal OfYC As NNode, _
       ByVal pfYC As NDragEventData _
    )
    'Usage
     
    
    Dim lfYC As NEvent
    Dim MfYC As NNode
    Dim nfYC As UdxC
    Dim OfYC As NNode
    Dim pfYC As NDragEventData
     
    Dim instance As New NDragActionEventArgs(lfYC, MfYC, nfYC, OfYC, pfYC)
    internal NDragActionEventArgs( 
       NEvent lfYC,
       NNode MfYC,
       UdxC nfYC,
       NNode OfYC,
       NDragEventData pfYC
    )

    Parameters

    lfYC
    MfYC
    nfYC
    OfYC
    pfYC
    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