ComponentOne FlexGrid for WPF and Silverlight
CellEditEventArgs Constructor

C1.Silverlight.FlexGrid Namespace > CellEditEventArgs Class : CellEditEventArgs Constructor
GridPanel that contains the range.
CellRange represented by this object.
System.Windows.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 System.Windows.FrameworkElement, _
   ByVal cancelEdits As System.Boolean _
)
public CellEditEventArgs( 
   GridPanel panel,
   CellRange rng,
   System.Windows.FrameworkElement editor,
   System.bool cancelEdits
)

Parameters

panel
GridPanel that contains the range.
rng
CellRange represented by this object.
editor
System.Windows.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