C# Class SolidworksAddinFramework.Events.DPartDocEvents_Event.RenameItemNotifyEventArgs

Exibir arquivo 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