TcxCustomImageProperties.OnAssignPicture Event
Occurs when changes are made to the editor contents and new data needs to be saved.
Declaration
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