IPanel.PanelClosing Method

IPanelPanelClosing Method

[Missing <summary> documentation for "M:Rhino.UI.IPanel.PanelClosing(System.UInt32,System.Boolean)"]

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
void PanelClosing(
	uint documentSerialNumber,
	bool onCloseDocument
)
Sub PanelClosing ( 
	documentSerialNumber As UInteger,
	onCloseDocument As Boolean
)

Parameters

documentSerialNumber
Type: SystemUInt32

[Missing <param name="documentSerialNumber"/> documentation for "M:Rhino.UI.IPanel.PanelClosing(System.UInt32,System.Boolean)"]

onCloseDocument
Type: SystemBoolean

[Missing <param name="onCloseDocument"/> documentation for "M:Rhino.UI.IPanel.PanelClosing(System.UInt32,System.Boolean)"]

See Also