Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / EmptyGridBehavior Class / OnDetachingFrom Method / OnDetachingFrom(FlexGrid) Method
The grid.


In This Topic
    OnDetachingFrom(FlexGrid) Method
    In This Topic
    Called when the behavior is detaching from the grid.
    Syntax
    'Declaration
     
    
    Protected Overloads Overrides Sub OnDetachingFrom( _
       ByVal grid As FlexGrid _
    ) 
    'Usage
     
    
    Dim instance As EmptyGridBehavior
    Dim grid As FlexGrid
     
    instance.OnDetachingFrom(grid)
    protected override void OnDetachingFrom( 
       FlexGrid grid
    )

    Parameters

    grid
    The grid.
    See Also