WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridSelectionMenuEventArgs Class / GridSelectionMenuEventArgs Constructor
In This Topic
    GridSelectionMenuEventArgs Constructor
    In This Topic
    Initializes a new instance of the GridSelectionMenuEventArgs class.
    Syntax
    public GridSelectionMenuEventArgs( 
       GridSelectionMenu menu,
       IReadOnlyList<GridCellRange> ranges
    )

    Parameters

    menu
    ranges
    See Also