C# Class SolidworksAddinFramework.Events.DAssemblyDocEvents_Event.ComponentStateChangeNotifyEventArgs

ファイルを表示 Open project: Weingartner/SolidworksAddinFramework

Public Methods

Method Description
ComponentStateChangeNotifyEventArgs ( System componentModel, System oldCompState, System newCompState ) : System

Method Details

ComponentStateChangeNotifyEventArgs() public method

public ComponentStateChangeNotifyEventArgs ( System componentModel, System oldCompState, System newCompState ) : System
componentModel System
oldCompState System
newCompState System
return System