Panels.OnClosePanel Method

PanelsOnClosePanel Method

Call this method to raise the Closed event

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static void OnClosePanel(
	Guid panelId,
	uint documentSerialNumber
)
Public Shared Sub OnClosePanel ( 
	panelId As Guid,
	documentSerialNumber As UInteger
)

Parameters

panelId
Type: SystemGuid
Panel identifier.
documentSerialNumber
Type: SystemUInt32
The document associated with the closed panel.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also