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

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