Click or drag to resize

Window.ComboBoxExEndEdit Method (Typed)

X#
A callback method that is invoked when a ComboBoxEx control sends an 'EndEdit' notification message

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD ComboBoxExEndEdit(
	oComboBoxExEndEditEvent AS ComboBoxExEndEditEvent
) AS USUAL
Request Example View Source

Parameters

oComboBoxExEndEditEvent
Type: ComboBoxExEndEditEvent
An object that has the information about the event

Return Value

Type: Usual
Remarks
Tip Tip
Important! This is a callback method used by X#. Normally, it should not be called in your application code.
Provide a method that is invoked when a ComboBoxEx controls sends a CBEN_ENDEDIT message.
See Also