Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NCustomDetailsPresenterCreateDetailRowCellsArgs Class / NCustomDetailsPresenterCreateDetailRowCellsArgs Constructor


In This Topic
    NCustomDetailsPresenterCreateDetailRowCellsArgs Constructor
    In This Topic
    Initializer constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal customDetailsPresenter As NCustomDetailsPresenter, _
       ByVal detailCollection As NDetailCollection, _
       ByVal masterDataSource As NDataSource, _
       ByVal masterRowIndex As System.Integer, _
       ByVal detailRowIndex As System.Integer _
    )
    'Usage
     
    
    Dim customDetailsPresenter As NCustomDetailsPresenter
    Dim detailCollection As NDetailCollection
    Dim masterDataSource As NDataSource
    Dim masterRowIndex As System.Integer
    Dim detailRowIndex As System.Integer
     
    Dim instance As New NCustomDetailsPresenterCreateDetailRowCellsArgs(customDetailsPresenter, detailCollection, masterDataSource, masterRowIndex, detailRowIndex)
    public NCustomDetailsPresenterCreateDetailRowCellsArgs( 
       NCustomDetailsPresenter customDetailsPresenter,
       NDetailCollection detailCollection,
       NDataSource masterDataSource,
       System.int masterRowIndex,
       System.int detailRowIndex
    )

    Parameters

    customDetailsPresenter
    detailCollection
    masterDataSource
    masterRowIndex
    detailRowIndex
    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