Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V22.1
  • TcxCustomEMFLookupComboBoxProperties Events

    Name Description
    OnButtonClick Occurs when a user clicks a button within an editor. Inherited from TcxCustomEditProperties.
    OnChange Occurs on changing the value within an editor. Inherited from TcxCustomEditProperties.
    OnClosePopup Inherited from TcxCustomEditProperties.
    OnCloseQuery Occurs before closing the popup window. Inherited from TcxCustomDropDownEditProperties.
    OnCloseUp Occurs after the popup window is closed. Inherited from TcxCustomDropDownEditProperties.
    OnDrawItem Occurs when a combo box item is painted. Inherited from TcxCustomComboBoxProperties.
    OnEditValueChanged Occurs after assigning a new value to the TcxCustomEdit.EditValue property. Inherited from TcxCustomEditProperties.
    OnFinalizePopup Inherited from TcxCustomDropDownEditProperties.
    OnInitPopup Occurs as the popup window is about to be opened. Inherited from TcxCustomDropDownEditProperties.
    OnMeasureItem Occurs each time a combo box item should be repainted. Inherited from TcxCustomComboBoxProperties.
    OnNewLookupDisplayText Occurs when the text entered into the editor does not belong to the automatic completion words list. Inherited from TcxCustomTextEditProperties.
    OnPopup Occurs when the popup window is displayed on screen. Inherited from TcxCustomDropDownEditProperties.
    OnPropertiesChanged Occurs when any properties are changed. Inherited from TcxCustomEditProperties.
    OnSortingChanged protected
    OnValidate Occurs before converting the display value to the edit value. Inherited from TcxCustomEditProperties.
    See Also