Click or drag to resize
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.Win
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public SoWinComponentSoWinComponentCB WindowCloseCallback { get; set; }

Property Value

Type: SoWinComponentSoWinComponentCB
Remarks

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