<
OLAP for WPF and Silverlight | ComponentOne
C1.WPF.Olap Namespace / C1OlapGrid Class / OnResizedColumn Method
C1.WPF.FlexGrid.CellRangeEventArgs that contains the event data.

In This Topic
    OnResizedColumn Method (C1OlapGrid)
    In This Topic
    Overridden to make all value columns the same width when the user resizes one of the columns.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnResizedColumn( _
       ByVal e As CellRangeEventArgs _
    ) 
    protected override void OnResizedColumn( 
       CellRangeEventArgs e
    )

    Parameters

    e
    C1.WPF.FlexGrid.CellRangeEventArgs that contains the event data.
    See Also