Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridSelectionMenuEventArgs Class
Members


In This Topic
    GridSelectionMenuEventArgs Class
    In This Topic
    Event data for SelectionMenuCustomized event of FlexGrid.
    Object Model
    GridSelectionMenuEventArgs ClassGridCellRange ClassGridSelectionMenu Class
    Syntax
    'Declaration
     
    
    Public Class GridSelectionMenuEventArgs 
       Inherits GridCellRangeEventArgs
    'Usage
     
    
    Dim instance As GridSelectionMenuEventArgs
    public class GridSelectionMenuEventArgs : GridCellRangeEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.Xamarin.Forms.Grid.CancelEventArgs
             C1.Xamarin.Forms.Grid.GridCellRangeEventArgs
                C1.Xamarin.Forms.Grid.GridSelectionMenuEventArgs

    See Also