Fired when a reference component's configuration is being changed in an assembly.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Function DAssemblyDocEvents_ComponentConfigurationChangeNotifyEventHandler( _
ByVal componentName As System.String, _
ByVal oldConfigurationName As System.String, _
ByVal newConfigurationName As System.String _
) As System.Integer |
CSOLIDWORKS.Interop.sldworks~SOLIDWORKS.Interop.sldworks.DAssemblyDocEvents_ComponentConfigurationChangeNotifyEventHandler.html# | |
---|
public delegate System.int DAssemblyDocEvents_ComponentConfigurationChangeNotifyEventHandler(
System.string componentName,
System.string oldConfigurationName,
System.string newConfigurationName
) |
Parameters
- componentName
- Name of reference component whose configuration is changing
- oldConfigurationName
- Old name of reference component's configuration
- newConfigurationName
- New name of reference component's configuration
Example
Remarks
Availability
SOLIDWORKS 2009 SP4, Revision Number 17.4