TGraphicAllowEvent Event Type
Signature for an event that lets a handler allow or reject an action on a graphic element, such as selecting or resizing it.
API unit family: TMSFNCRichEditor
Parameters
| Name | Description |
|---|---|
Sender |
The component that raises the event. |
AGraphic |
The graphic element the action applies to. |
Allow |
Set to False to reject the action; defaults to True. |