PanelEventArgs Class

PanelEventArgs Class

Panels.Show event arguments
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Rhino.UIPanelEventArgs
      Rhino.UIShowPanelEventArgs

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public class PanelEventArgs : EventArgs
Public Class PanelEventArgs
	Inherits EventArgs

The PanelEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodPanelEventArgs
Initializes a new instance of the PanelEventArgs class
Top
Properties
  NameDescription
Public propertyDocument
Public propertyDocumentSerialNumber
Public propertyPanelId
Class Id for panel being shown or hidden
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also