FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / CellEditEventArgs Class
Properties


In This Topic
    CellEditEventArgs Class Members
    In This Topic

    The following tables list the members exposed by CellEditEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of a CellEditEventArgs.  
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from System.ComponentModel.CancelEventArgs)
    Public PropertyGets a value that determines whether the editing action was canceled.  
    Public PropertyCellRangeEventArgs.CellRange affected by the event. (Inherited from C1.WPF.FlexGrid.CellRangeEventArgs)
    Public PropertyCellRangeEventArgs.CellType of the range affected by the event. (Inherited from C1.WPF.FlexGrid.CellRangeEventArgs)
    Public PropertyIndex of the column affected by the event. (Inherited from C1.WPF.FlexGrid.CellRangeEventArgs)
    Public PropertyGets the System.Windows.FrameworkElement responsible for editing the cell value.  
    Public PropertyGridPanel that contains the range affected by the event. (Inherited from C1.WPF.FlexGrid.CellRangeEventArgs)
    Public PropertyIndex of the row affected by the event. (Inherited from C1.WPF.FlexGrid.CellRangeEventArgs)
    Top
    See Also