Is called when the end used selected the item in the list box.
Namespace: Dapfor.Net.EditorsAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public abstract Object EndEdit(
ListBox listBox,
Object value
) |
Visual Basic |
---|
Public MustOverride Function EndEdit (
listBox As ListBox,
value As Object
) As Object |
Visual C++ |
---|
public:
virtual Object^ EndEdit(
ListBox^ listBox,
Object^ value
) abstract |
F# |
---|
abstract EndEdit :
listBox : ListBox *
value : Object -> Object
|
Parameters
- listBox
- Type: System.Windows.Forms..::..ListBox
The list box.
- value
- Type: System..::..Object
The previous value of the Cell.
Return Value
Type:
ObjectA new value, to be passed to the
CellSee Also