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


In This Topic
    GridDetailCellCreatingEventArgs Class
    In This Topic
    Provides event data for DetailCellCreating event.
    Object Model
    GridDetailCellCreatingEventArgs ClassGridRow Class
    Syntax
    'Declaration
     
    
    Public Class GridDetailCellCreatingEventArgs 
       Inherits System.EventArgs
    'Usage
     
    
    Dim instance As GridDetailCellCreatingEventArgs
    public class GridDetailCellCreatingEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.Xamarin.Forms.Grid.GridDetailCellCreatingEventArgs

    See Also