'DeclarationPublic Function New( _ ByVal panel As GridPanel, _ ByVal rng As CellRange, _ ByVal editor As FrameworkElement, _ ByVal cancelEdits As Boolean _ )
public CellEditEventArgs( GridPanel panel, CellRange rng, FrameworkElement editor, 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.