The WxShapeOperation enumeration contains variants of actions executed by shape, at which the OnShapeChanged event occurs.
It is used by the following properties and methods:
| Value | Brief description |
| 0 | None. Action is not defined. |
| 1 | AddShape. Create a shape. |
| 2 | DeleteShape. Delete a shape. |
| 3 | IconChanged. Change shape image. |
| 4 | TextChanged. Change shape text. |
| 5 | FontChanged. Change shape format. |
See also: