Click or drag to resize

ShowPanelEventArgs Constructor

Initializes a new instance of the ShowPanelEventArgs class

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public ShowPanelEventArgs(
	Guid panelId,
	uint documentSerialNumber,
	bool show
)

Parameters

panelId
Type: SystemGuid

[Missing <param name="panelId"/> documentation for "M:Rhino.UI.ShowPanelEventArgs.#ctor(System.Guid,System.UInt32,System.Boolean)"]

documentSerialNumber
Type: SystemUInt32

[Missing <param name="documentSerialNumber"/> documentation for "M:Rhino.UI.ShowPanelEventArgs.#ctor(System.Guid,System.UInt32,System.Boolean)"]

show
Type: SystemBoolean

[Missing <param name="show"/> documentation for "M:Rhino.UI.ShowPanelEventArgs.#ctor(System.Guid,System.UInt32,System.Boolean)"]

See Also