GrapeCity MultiRow Windows Forms Documentation
CellEndEditEventArgs Class
Members 


Provides data for the GcMultiRow.CellEndEdit event of the GcMultiRow control.
Syntax
Public Class CellEndEditEventArgs 
   Inherits CellEventArgs
Dim instance As CellEndEditEventArgs
public class CellEndEditEventArgs : CellEventArgs 
Remarks

This class is used to inform you that the user has ended the edit operation. How the edit was ended can be retrieved from EndEditReason. If EditCanceled is true, the edited value is discarded.

The event order when a user edits a cell's value and then clicks to another cell to apply the cell's value is as follows:

  1. The user double-clicks a cell or presses a shortcut key or presses a character to enter edit mode.
  2. The user inputs a value in the editing control or editing cell.
  3. The user clicks another cell and the current cell prepares to move. The user can redirect the new cell position.
  4. If the new target cell's row index is different from the old current cell's row index, the GcMultiRow.RowLeave event is fired.
  5. Validates the cell's value.
  6. Converts the editing value type to a cell acceptable value type.
  7. The editing value is applied to the cell.
  8. Validates the entire row's value when the new target cell's row index is different from the old current cell's row index.
  9. The editing control or editing cell is uninstalled.
  10. Enters a new target cell.

Inheritance Hierarchy

System.Object
   System.EventArgs
      GrapeCity.Win.MultiRow.CellEventArgs
         GrapeCity.Win.MultiRow.CellEndEditEventArgs

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

CellEndEditEventArgs Members
GrapeCity.Win.MultiRow Namespace
CellEndEdit Event

 

 


Copyright © GrapeCity, inc. All rights reserved.