FlexGrid for WinRT
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CellEditEventArgs Class
CellEditEventArgs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback