C# Class SolidworksAddin_EpicorIntegration.AssemblyEventHandler

Inheritance: DocumentEventHandler
Afficher le fichier Open project: virall/EpicorIntegration Class Usage Examples

Méthodes publiques

Méthode Description
AssemblyEventHandler ( ModelDoc2 modDoc, SwAddin addin ) : System
AttachEventHandlers ( ) : bool
ComponentStateChangeNotify2 ( object componentModel, string CompName, short oldCompState, short newCompState ) : int
DetachEventHandlers ( ) : bool
OnDestroy ( ) : int
OnNewSelection ( ) : int

Méthodes protégées

Méthode Description
ComponentStateChange ( object componentModel ) : int
ComponentStateChange ( object componentModel, short newCompState ) : int

Private Methods

Méthode Description
ComponentDisplayStateChangeNotify ( object swObject ) : int
ComponentStateChangeNotify ( object componentModel, short oldCompState, short newCompState ) : int
ComponentVisualPropertiesChangeNotify ( object swObject ) : int

Method Details

AssemblyEventHandler() public méthode

public AssemblyEventHandler ( ModelDoc2 modDoc, SwAddin addin ) : System
modDoc ModelDoc2
addin SwAddin
Résultat System

AttachEventHandlers() public méthode

public AttachEventHandlers ( ) : bool
Résultat bool

ComponentStateChange() protected méthode

protected ComponentStateChange ( object componentModel ) : int
componentModel object
Résultat int

ComponentStateChange() protected méthode

protected ComponentStateChange ( object componentModel, short newCompState ) : int
componentModel object
newCompState short
Résultat int

ComponentStateChangeNotify2() public méthode

public ComponentStateChangeNotify2 ( object componentModel, string CompName, short oldCompState, short newCompState ) : int
componentModel object
CompName string
oldCompState short
newCompState short
Résultat int

DetachEventHandlers() public méthode

public DetachEventHandlers ( ) : bool
Résultat bool

OnDestroy() public méthode

public OnDestroy ( ) : int
Résultat int

OnNewSelection() public méthode

public OnNewSelection ( ) : int
Résultat int