FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / EmptyGridBehavior Class / OnDetachingFrom Method
The grid.

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

    Parameters

    grid
    The grid.
    See Also