Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.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 cellType As GridCellType, _
       ByVal range As GridCellRange _
    )
    'Usage
     
    
    Dim menu As GridSelectionMenu
    Dim cellType As GridCellType
    Dim range As GridCellRange
     
    Dim instance As New GridSelectionMenuEventArgs(menu, cellType, range)
    public GridSelectionMenuEventArgs( 
       GridSelectionMenu menu,
       GridCellType cellType,
       GridCellRange range
    )

    Parameters

    menu
    cellType
    range
    See Also