Click or drag to resize

PanelsOnClosePanel Method

Call this method to raise the Closed event

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public static void OnClosePanel(
	Guid panelId,
	uint documentSerialNumber
)

Parameters

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