Click or drag to resize

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)
Syntax
public interface IGH_Embeddable

The IGH_Embeddable type exposes the following members.

Methods
  NameDescription
Public methodPrepareForCancel
This will be called prior to a Cancel operation.
Public methodPrepareForCommit
This will be called prior to a Commit operation.
Top
See Also