Window.ComboBoxExEndEdit Method | |
A callback method that is invoked when a ComboBoxEx control sends an 'EndEdit' notification message
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD ComboBoxExEndEdit(
oComboBoxExEndEditEvent
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual ComboBoxExEndEdit(
Usual oComboBoxExEndEditEvent = default
)
Request Example
View SourceParameters
- oComboBoxExEndEditEvent (Optional)
- Type: Usual
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