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


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

    Parameters

    grid
    The grid.
    See Also