dbicList Send comments on this topic.
AfterCellEditEventArgs Class Members
See Also  Properties 
dbicBase Assembly > Dbi.WinControl Namespace : AfterCellEditEventArgs Class


"

The following tables list the members exposed by AfterCellEditEventArgs.

"

Public Constructors

 NameDescription
public ConstructorAfterCellEditEventArgs ConstructorThe default constructor.  
Top

Public Properties

 NameDescription
public PropertyColumnIndexThe index of the column where the edit occurred.  
public PropertyColumnItemThe dbiColumnItem where the cell is located  
public PropertyKeyThe Key code and modifiers that were pressed to end the edit session  
public PropertyNodeItemThe dbiNodeItem that contains the cell that was edited.  
public PropertyTextThe text that was assigned back to the cell.  
Top

See Also