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
)
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.
See Also