Back to Devexpress

TcxCustomImageProperties Events

vcl-cximage-dot-tcxcustomimageproperties-dot-underscore-events.md

latest2.4 KB
Original Source

TcxCustomImageProperties Events

The base class for image editor appearance and behavior settings.

NameDescription
OnAssignPictureOccurs when changes are made to the editor contents and new data needs to be saved.
OnButtonClickAllows you to execute custom code when a user clicks an embedded editor button. Inherited from TcxCustomEditProperties.
OnButtonGlyphDrawParametersAllows you to customize the appearance of individual editor button glyphs. Inherited from TcxCustomEditProperties.
OnChangeOccurs on changing the value within an editor. Inherited from TcxCustomEditProperties.
OnClosePopupInherited from TcxCustomEditProperties.
OnCustomClickOccurs when a user clicks an additional popup menu item.
OnEditValueChangedAllows you to respond to edit value changes. Inherited from TcxCustomEditProperties.
OnGetGraphicClassOccurs when the graphic class of the image assigned to an image editor, which is used as the in-place editor, is being determined.
OnPropertiesChangedOccurs on every editor setting change. Inherited from TcxCustomEditProperties.
OnValidateOccurs before converting the display value to the edit value. Inherited from TcxCustomEditProperties.

See Also

TcxCustomImageProperties Class

TcxCustomImageProperties Members

cxImage Unit