<
OLAP for WPF and Silverlight | ComponentOne
C1.WPF.Olap Namespace / C1OlapGrid Class / ResizedRow Event

In This Topic
    ResizedRow Event (C1OlapGrid)
    In This Topic
    Syntax
    'Declaration
     
    Public Event ResizedRow As EventHandler(Of CellRangeEventArgs)
    public event EventHandler<CellRangeEventArgs> ResizedRow
    See Also