C# 클래스 SolidworksAddin_EpicorIntegration.AssemblyEventHandler

상속: DocumentEventHandler
파일 보기 프로젝트 열기: virall/EpicorIntegration 1 사용 예제들

공개 메소드들

메소드 설명
AssemblyEventHandler ( ModelDoc2 modDoc, SwAddin addin ) : System
AttachEventHandlers ( ) : bool
ComponentStateChangeNotify2 ( object componentModel, string CompName, short oldCompState, short newCompState ) : int
DetachEventHandlers ( ) : bool
OnDestroy ( ) : int
OnNewSelection ( ) : int

보호된 메소드들

메소드 설명
ComponentStateChange ( object componentModel ) : int
ComponentStateChange ( object componentModel, short newCompState ) : int

비공개 메소드들

메소드 설명
ComponentDisplayStateChangeNotify ( object swObject ) : int
ComponentStateChangeNotify ( object componentModel, short oldCompState, short newCompState ) : int
ComponentVisualPropertiesChangeNotify ( object swObject ) : int

메소드 상세

AssemblyEventHandler() 공개 메소드

public AssemblyEventHandler ( ModelDoc2 modDoc, SwAddin addin ) : System
modDoc ModelDoc2
addin SwAddin
리턴 System

AttachEventHandlers() 공개 메소드

public AttachEventHandlers ( ) : bool
리턴 bool

ComponentStateChange() 보호된 메소드

protected ComponentStateChange ( object componentModel ) : int
componentModel object
리턴 int

ComponentStateChange() 보호된 메소드

protected ComponentStateChange ( object componentModel, short newCompState ) : int
componentModel object
newCompState short
리턴 int

ComponentStateChangeNotify2() 공개 메소드

public ComponentStateChangeNotify2 ( object componentModel, string CompName, short oldCompState, short newCompState ) : int
componentModel object
CompName string
oldCompState short
newCompState short
리턴 int

DetachEventHandlers() 공개 메소드

public DetachEventHandlers ( ) : bool
리턴 bool

OnDestroy() 공개 메소드

public OnDestroy ( ) : int
리턴 int

OnNewSelection() 공개 메소드

public OnNewSelection ( ) : int
리턴 int