Skip to main content

TcxCustomBlobEditProperties.OnAssignPicture Event

Occurs before posting the graphical data to an editor.

Declaration

property OnAssignPicture: TcxImageAssignPictureEvent read; write;

Remarks

Write an OnAssignPicture event handler to process posting of the graphical data to an editor. The Sender parameter identifies an editor where posting occurs. The Picture parameter identifies an instance of the TPicture class or its descendant representing an image posted to the editor.

See Also