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 override Object EndEdit(
	ListBox listBox,
	Object value
)  | 
| Visual Basic | 
|---|
Public Overrides Function EndEdit ( 
	listBox As ListBox,
	value As Object
) As Object  | 
| Visual C++ | 
|---|
public:
virtual Object^ EndEdit(
	ListBox^ listBox, 
	Object^ value
) override  | 
| F# | 
|---|
abstract EndEdit : 
        listBox : ListBox * 
        value : Object -> Object 
override 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: 
Object
            A new value, to be passed to the 
Cell
See Also