TcxCustomImageProperties Events
The base class for image editor appearance and behavior settings.| Name | Description |
|---|---|
| OnAssignPicture | Occurs when changes are made to the editor contents and new data needs to be saved. |
| OnButtonClick | Allows you to execute custom code when a user clicks an embedded editor button. Inherited from TcxCustomEditProperties. |
| OnButtonGlyphDrawParameters | Allows you to customize the appearance of individual editor button glyphs. Inherited from TcxCustomEditProperties. |
| OnChange | Occurs on changing the value within an editor. Inherited from TcxCustomEditProperties. |
| OnClosePopup | Inherited from TcxCustomEditProperties. |
| OnCustomClick | Occurs when a user clicks an additional popup menu item. |
| OnEditValueChanged | Allows you to respond to edit value changes. Inherited from TcxCustomEditProperties. |
| OnGetGraphicClass | Occurs when the graphic class of the image assigned to an image editor, which is used as the in-place editor, is being determined. |
| OnPropertiesChanged | Occurs on every editor setting change. Inherited from TcxCustomEditProperties. |
| OnValidate | Occurs before converting the display value to the edit value. Inherited from TcxCustomEditProperties. |
See Also