PanelsOnClosePanel Method |
Call this method to raise the Closed event
Namespace:
Rhino.UI
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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 InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also