_IMcGraphOverlayEvents_Event Interface |
|
Namespace: MediaCy.IQL.Display.Overlays
Public Interface _IMcGraphOverlayEvents_Event
The _IMcGraphOverlayEvents_Event type exposes the following members.
| Name | Description | |
|---|---|---|
| AboutToBeDestroyed | This McOverlay instance is about to be destroyed. | |
| EditClear | This Object was just deleted. | |
| EditCopy | This object is going to be copied to the clipboard. | |
| EditPaste | This object was just pasted from the clipboard. | |
| MoveSelected | The selected object(s) are about to be moved or have just been moved. | |
| ObjectAboutToBeDeleted | This Object is about to be deleted by the user (using the DEL key). | |
| ObjectAboutToBeDestroyed | This Object is about to be destroyed. | |
| ObjectCreated | This object was just created. | |
| ObjectDeselected | Object has been deselected. | |
| ObjectDragged | This object is being dragged. | |
| ObjectHandleDragged | One of this object's handles is being dragged. | |
| ObjectHandleMoved | One of this object's handles was moved. | |
| ObjectMoved | This Object was moved. | |
| ObjectPropertyChanged | This Object's property identified by propertyId was changed. | |
| ObjectSelected | Object was just selected. | |
| ObjectUsedAsDefault | This Object properties were copied to its template. | |
| ToolDeselected | Tool was just deselected, and is not active anymore. | |
| ToolSelected | Tool was selected as the new active tool. |