DocumentEventArgs Class

DocumentEventArgs Class

Provides document information for RhinoDoc events.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    RhinoDocumentEventArgs
      RhinoDocumentOpenEventArgs
      RhinoDocumentSaveEventArgs

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

The DocumentEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyDocument
Gets the document for this event. This field might be null.
Public propertyDocumentId
Gets the document Id of the document for this event.
Public propertyDocumentSerialNumber
Gets the uniques document serial number for this event
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