PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / EmptyGridBehavior Class / OnDetachingFrom Method
The grid.

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

    Parameters

    grid
    The grid.
    See Also