ComponentOne FlexGrid for UWP
CellEditEventArgs Constructor

C1.UWP.FlexGrid Assembly > C1.Xaml.FlexGrid Namespace > CellEditEventArgs Class : CellEditEventArgs Constructor
GridPanel that contains the range.
CellRange represented by this object.
Windows.UI.Xaml.FrameworkElement used to edit the cell value.
Value that indicates whether the edits are being committed or canceled.
Initializes a new instance of a CellEditEventArgs.
Syntax
'Declaration
 
Public Function New( _
   ByVal panel As GridPanel, _
   ByVal rng As CellRange, _
   ByVal editor As Windows.UI.Xaml.FrameworkElement, _
   ByVal cancelEdits As System.Boolean _
)
public CellEditEventArgs( 
   GridPanel panel,
   CellRange rng,
   Windows.UI.Xaml.FrameworkElement editor,
   System.bool cancelEdits
)

Parameters

panel
GridPanel that contains the range.
rng
CellRange represented by this object.
editor
Windows.UI.Xaml.FrameworkElement used to edit the cell value.
cancelEdits
Value that indicates whether the edits are being committed or canceled.
See Also

Reference

CellEditEventArgs Class
CellEditEventArgs Members