Version

AfterCellEnterEditModeEventArgs Class Members

The following tables list the members exposed by AfterCellEnterEditModeEventArgs.

Public Constructors
 NameDescription
Public ConstructorAfterCellEnterEditModeEventArgs ConstructorCreates a new instance of the AfterCellEnterEditModeEventArgs class.  
Public Properties
 NameDescription
Public PropertyCellReturns the UltraTreeNodeCell object for which this instance was created. (Inherited from Infragistics.Win.UltraWinTree.CellEventArgs)
Public PropertyColumnReturns the UltraTreeNodeColumn for which this instance was created. (Inherited from Infragistics.Win.UltraWinTree.CellEventArgs)
Public PropertyNodeReturns the UltraTreeNode for which this instance was created. (Inherited from Infragistics.Win.UltraWinTree.CellEventArgs)
See Also