Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / AutoDistributionGrid Class / OnRenderSizeChanged Method
Details of the old and new size involved in the change.

In This Topic
    OnRenderSizeChanged Method (AutoDistributionGrid)
    In This Topic
    Raises the SizeChanged event, using the specified information as part of the eventual event data.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnRenderSizeChanged( _
       ByVal sizeInfo As SizeChangedInfo _
    ) 
    protected override void OnRenderSizeChanged( 
       SizeChangedInfo sizeInfo
    )

    Parameters

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