Window.ComboBoxExEndEdit Method (Typed) | |
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
public virtual Usual ComboBoxExEndEdit(
ComboBoxExEndEditEvent oComboBoxExEndEditEvent
)
Request Example
View SourceParameters
- oComboBoxExEndEditEvent
- Type: ComboBoxExEndEditEvent
An object that has the information about the event
Return Value
Type:
UsualRemarks 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