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.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
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