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

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