Version

SpreadsheetEditModeExitingEventArgs Class Members

The following tables list the members exposed by SpreadsheetEditModeExitingEventArgs.

Protected Fields
 NameDescription
Protected Field_innerPropertyBeingSet  
Public Properties
 NameDescription
Public PropertyAcceptChangesReturns or sets a boolean indicating whether the changes will be made to the cell's value when edit mode ends.  
Public PropertyCanCancelReturns a boolean indicating if the edit mode is being forced to exit edit mode in which case it cannot be cancelled.  
Public PropertyCancel (Inherited from Infragistics.CancellableEventArgs)
Public PropertyCellReturns the cell for which the control is exiting edit mode.  
Public PropertyEditTextReturns the edit text that will be used to update the cell(s).  
See Also