Version

CellEditorValueChanged Method (RowBase)

Called while the cell in a row is edited.
Syntax
'Declaration
 
Protected Friend Overridable Sub CellEditorValueChanged( _
   ByVal cellBase As CellBase, _
   ByVal newValue As Object _
) 
protected internal virtual void CellEditorValueChanged( 
   CellBase cellBase,
   object newValue
)

Parameters

cellBase
newValue
Remarks
Designed to be used by rows who need to do actions while the editor control is being edited.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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