Enum Scene.Object.EventType
Represents events that are triggered for the object by the KitchenDraw software.
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
[Flags]
public enum Scene.Object.EventType
Fields
| Name | Description |
|---|---|
| All | All the events are blocked. |
| None | No events blocked. All the events are fired. |
| OnChange | |
| OnDelete | |
| OnMenuAfter | |
| OnMenuBefore | |
| OnMenuCommand | |
| OnMoveBefore | |
| OnPlace | |
| OnPriceCalculate | |
| OnResizeAfter | |
| OnResizeBefore |