TcxCustomImageProperties.OnAssignPicture Event
In This Article
Occurs when changes are made to the editor contents and new data needs to be saved.
#Declaration
Delphi
property OnAssignPicture: TcxImageAssignPictureEvent read; write;
#Remarks
Write an OnAssignPicture event handler to respond when a user changes the editor contents and new data needs to be saved.
See Also