Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridSelectionMenuEventArgs Class / GridSelectionMenuEventArgs Constructor

In This Topic
    GridSelectionMenuEventArgs Constructor
    In This Topic
    Initializes a new instance of the GridSelectionMenuEventArgs class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal menu As GridSelectionMenu, _
       ByVal ranges As IReadOnlyList(Of GridCellRange) _
    )
    public GridSelectionMenuEventArgs( 
       GridSelectionMenu menu,
       IReadOnlyList<GridCellRange> ranges
    )

    Parameters

    menu
    ranges
    See Also