[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.CellEditEventArgs

CellEditEventArgs Class

Provides data for events related to editing.

Inheritance
CellEditEventArgs
Namespace: C1.WPF.FlexGrid
Assembly: C1.WPF.FlexGrid.4.6.2.dll
Syntax
public class CellEditEventArgs : CellRangeEventArgs

Constructors

Name Description
CellEditEventArgs(GridPanel, CellRange, FrameworkElement, bool)

Initializes a new instance of a CellEditEventArgs.

Properties

Name Description
CancelEdits

Gets a value that determines whether the editing action was canceled.

Editor

Gets the FrameworkElement responsible for editing the cell value.