Version

BeforeCellEnterEditModeEventArgs Class Members

The following tables list the members exposed by BeforeCellEnterEditModeEventArgs.

Public Constructors
 NameDescription
Public ConstructorBeforeCellEnterEditModeEventArgs ConstructorCreates a new instance of the BeforeCellEnterEditModeEventArgs class.  
Public Properties
 NameDescription
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyCellReturns the UltraTreeNodeCell object for which this instance was created. (Inherited from Infragistics.Win.UltraWinTree.CancelableCellEventArgs)
Public PropertyColumnReturns the UltraTreeNodeColumn for which this instance was created. (Inherited from Infragistics.Win.UltraWinTree.CancelableCellEventArgs)
Public PropertyNodeReturns the UltraTreeNode for which this instance was created. (Inherited from Infragistics.Win.UltraWinTree.CancelableCellEventArgs)
See Also