TcxImageEditGraphicClassEvent Type
In This Article
#Declaration
Delphi
TcxImageEditGraphicClassEvent = procedure(Sender: TObject; APastingFromClipboard: Boolean; var AGraphicClass: TGraphicClass) of object;
#Parameters
Name | Type |
---|---|
Sender | TObject |
APasting |
Boolean |
AGraphic |
TGraphic |
See Also