ObjectPropertiesPageUpdatePage Method

Called on the active page after the selected objects list has changed to notify the page to initialize its content to reflect the new object list.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public virtual void UpdatePage(
	ObjectPropertiesPageEventArgs e
)
Public Overridable Sub UpdatePage ( 
	e As ObjectPropertiesPageEventArgs
)

Parameters

e
Type: Rhino.UIObjectPropertiesPageEventArgs

[Missing <param name="e"/> documentation for "M:Rhino.UI.ObjectPropertiesPage.UpdatePage(Rhino.UI.ObjectPropertiesPageEventArgs)"]

Version Information

Rhino for Windows

Supported in: 6.8
See Also