IPanel.PanelClosing Method (UInt32, Boolean)

IPanelPanelClosing Method (UInt32, Boolean)

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

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
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)"]

Version Information

Rhino for Windows

Supported in: 6.8
See Also