C# Class SolidworksAddinFramework.Events.DAssemblyDocEvents_Event.PreRenameItemNotifyEventArgs

显示文件 Open project: Weingartner/SolidworksAddinFramework

Public Methods

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

Method Details

PreRenameItemNotifyEventArgs() public method

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