ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridTemplateColumn Class / EndingCell Event

In This Topic
    EndingCell Event
    In This Topic
    Occurs when a cell is ending.
    Syntax
    'Declaration
     
    
    Public Event EndingCell As EndingCellEditEventHandler
    public event EndingCellEditEventHandler EndingCell
    See Also