C# Class SolidworksAddinFramework.Events.DAssemblyDocEvents_Event.RenameItemNotifyEventArgs

显示文件 Open project: Weingartner/SolidworksAddinFramework

Public Methods

Method Description
RenameItemNotifyEventArgs ( System EntityType, System oldName, System NewName ) : System

Method Details

RenameItemNotifyEventArgs() public method

public RenameItemNotifyEventArgs ( System EntityType, System oldName, System NewName ) : System
EntityType System
oldName System
NewName System
return System