Called when finishes edit a Cell.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
protected virtual void OnCellEndEdit(
	Cell cell,
	StopEditReason reason,
	UITypeEditor editor
)
Visual Basic
Protected Overridable Sub OnCellEndEdit ( 
	cell As Cell,
	reason As StopEditReason,
	editor As UITypeEditor
)
Visual C++
protected:
virtual void OnCellEndEdit(
	Cell^ cell, 
	StopEditReason reason, 
	UITypeEditor^ editor
)
F#
abstract OnCellEndEdit : 
        cell : Cell * 
        reason : StopEditReason * 
        editor : UITypeEditor -> unit 
override OnCellEndEdit : 
        cell : Cell * 
        reason : StopEditReason * 
        editor : UITypeEditor -> unit 

Parameters

cell
Type: Dapfor.Net.Ui..::..Cell
The cell.
reason
Type: Dapfor.Net.Editors..::..StopEditReason
The reason.
editor
Type: System.Drawing.Design..::..UITypeEditor
The editor.

See Also