Initializes a new instance of a
CellEditEventArgs.
Syntax
'Declaration
Public Function New( _
ByVal As GridPanel, _
ByVal As CellRange, _
ByVal As Windows.UI.Xaml.FrameworkElement, _
ByVal As System.Boolean _
)
public CellEditEventArgs(
GridPanel ,
CellRange ,
Windows.UI.Xaml.FrameworkElement ,
System.bool
)
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