Click or drag to resize

OpenedDocumentEventArgs Class

새 모델 열림 EventArgs
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    SHConnectorOpenedDocumentEventArgs

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
public class OpenedDocumentEventArgs : EventArgs

The OpenedDocumentEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodOpenedDocumentEventArgs
Initializes a new instance of the OpenedDocumentEventArgs class
Top
Fields
  NameDescription
Public fieldCurrentModelStatus
현재 모델 상태
Public fieldPreModelStatus
이전 모델 상태
Top
See Also