Grasshopper API
IGH_Embeddable Interface |
Implement this interface in your custom control if you want to be called before a menu commits or cancels.
Namespace: Grasshopper.GUI
Assembly: Grasshopper (in Grasshopper.dll)
The IGH_Embeddable type exposes the following members.
| Name | Description | |
|---|---|---|
| PrepareForCancel |
This will be called prior to a Cancel operation.
| |
| PrepareForCommit |
This will be called prior to a Commit operation.
|