FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / OnChildDesiredSizeChanged Method

In This Topic
    OnChildDesiredSizeChanged Method (FlexGrid)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnChildDesiredSizeChanged( _
       ByVal child As UIElement _
    ) 
    protected virtual void OnChildDesiredSizeChanged( 
       UIElement child
    )

    Parameters

    child
    See Also