SoWinComponentWindowCloseCallback Property |
Sets the delegate to invoke when the user closes this component (double click in the upper left corner) - by default Hide() is called on this component, unless a delegate is specified.
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoWinComponentSoWinComponentCB WindowCloseCallback { get; set; }
Public Property WindowCloseCallback As SoWinComponentSoWinComponentCB
Get
Set
public:
property SoWinComponentSoWinComponentCB^ WindowCloseCallback {
SoWinComponentSoWinComponentCB^ get ();
void set (SoWinComponentSoWinComponentCB^ value);
}
member WindowCloseCallback : SoWinComponentSoWinComponentCB with get, set
Property Value
Type:
SoWinComponentSoWinComponentCBRemarks A reference to this class will be passed as invocation method argument.
Note: this delegate is supplied because the user may wish to dispose this component when it is closed.
See Also