ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TreeViewLinePanel Class / OnRenderSizeChanged Method
Details of the old and new size involved in the change.



In This Topic
    OnRenderSizeChanged Method
    In This Topic
    When overridden in a derived class, participates in rendering operations that are directed by the layout system. This method is invoked after layout update, and before rendering, if the element's System.Windows.UIElement.RenderSize has changed as a result of layout update.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnRenderSizeChanged( _
       ByVal sizeInfo As SizeChangedInfo _
    ) 
    'Usage
     
    
    Dim instance As C1TreeViewLinePanel
    Dim sizeInfo As SizeChangedInfo
     
    instance.OnRenderSizeChanged(sizeInfo)
    protected override void OnRenderSizeChanged( 
       SizeChangedInfo sizeInfo
    )
    protected:
    void OnRenderSizeChanged( 
       SizeChangedInfo^ sizeInfo
    ) override 

    Parameters

    sizeInfo
    Details of the old and new size involved in the change.
    See Also