<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://labviewwiki.org/w/index.php?action=history&amp;feed=atom&amp;title=Project_Provider_Framework%2FCreateNewWizard_Interface_Methods</id>
	<title>Project Provider Framework/CreateNewWizard Interface Methods - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://labviewwiki.org/w/index.php?action=history&amp;feed=atom&amp;title=Project_Provider_Framework%2FCreateNewWizard_Interface_Methods"/>
	<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Project_Provider_Framework/CreateNewWizard_Interface_Methods&amp;action=history"/>
	<updated>2026-04-30T22:08:18Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=Project_Provider_Framework/CreateNewWizard_Interface_Methods&amp;diff=32409&amp;oldid=prev</id>
		<title>Q: New Page</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Project_Provider_Framework/CreateNewWizard_Interface_Methods&amp;diff=32409&amp;oldid=prev"/>
		<updated>2024-03-21T22:26:49Z</updated>

		<summary type="html">&lt;p&gt;New Page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;CreateNewWizard Interface Methods&amp;#039;&amp;#039;&amp;#039; define events that occur while adding items of new types to the project tree. &amp;#039;&amp;#039;&amp;#039;Primary Providers Only&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Method&lt;br /&gt;
! Definition&lt;br /&gt;
|-&lt;br /&gt;
| Finalize&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Description:&amp;#039;&amp;#039;&amp;#039; Called after the new item has been created.&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Inputs:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* &amp;#039;&amp;#039;Wizard&amp;#039;&amp;#039; (ItemRef) - Reference to the wizard&lt;br /&gt;
* &amp;#039;&amp;#039;Item&amp;#039;&amp;#039; (ItemRef) - Reference to the newly created item&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Outputs:&amp;#039;&amp;#039;&amp;#039; None&lt;br /&gt;
|-&lt;br /&gt;
| GetCreateNewWeight&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Description:&amp;#039;&amp;#039;&amp;#039; Called when the appropriate New menu is being constructed.&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Inputs:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* &amp;#039;&amp;#039;Wizard&amp;#039;&amp;#039; (ItemRef) - Reference to the wizard&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Outputs:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* &amp;#039;&amp;#039;Weight&amp;#039;&amp;#039; (I32) - Controls the relative position of the entry in the New menu&lt;br /&gt;
|-&lt;br /&gt;
| GetNewItemInfo&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Description:&amp;#039;&amp;#039;&amp;#039; Called whenever right-clicked on an item that supports this New menu.&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Inputs:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* &amp;#039;&amp;#039;Wizard&amp;#039;&amp;#039; (ItemRef) - Reference to the wizard&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Outputs:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* &amp;#039;&amp;#039;NewInfo&amp;#039;&amp;#039; (CreateNewInfo) - Unknown&lt;br /&gt;
|-&lt;br /&gt;
| IncludeItem&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Description:&amp;#039;&amp;#039;&amp;#039; Called when the appropriate New menu is being constructed.&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Inputs:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*&amp;#039;&amp;#039;Wizard&amp;#039;&amp;#039; (ItemRef) - Reference to the wizard&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Outputs:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* &amp;#039;&amp;#039;IncludeItem&amp;#039;&amp;#039; (Boolean) - Controls inclusion of the item in the New menu based on some logic&lt;br /&gt;
|-&lt;br /&gt;
| Init&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Description:&amp;#039;&amp;#039;&amp;#039; Called to initialize the wizard.&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Inputs:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* &amp;#039;&amp;#039;Wizard&amp;#039;&amp;#039; (ItemRef) - Reference to the wizard&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Outputs:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* &amp;#039;&amp;#039;Enable Next&amp;#039;&amp;#039; (Boolean) - Controls whether the CreateNewWizard_Invoke is called or not on creating a new item.&lt;br /&gt;
* &amp;#039;&amp;#039;Enable Finish&amp;#039;&amp;#039; (Boolean) - Unknown&lt;br /&gt;
* &amp;#039;&amp;#039;Label&amp;#039;&amp;#039; (String) - The text that shows up in the New pop-up menu&lt;br /&gt;
|-&lt;br /&gt;
| Invoke&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Description:&amp;#039;&amp;#039;&amp;#039; Called when an entry added to a New menu by this provider is selected.&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Inputs:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* &amp;#039;&amp;#039;Wizard&amp;#039;&amp;#039; (ItemRef) - Reference to the wizard&lt;br /&gt;
* &amp;#039;&amp;#039;New Item Parent&amp;#039;&amp;#039; (mxLvNIIM) - Item Moniker representing the parent of the item to be created&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Outputs:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* &amp;#039;&amp;#039;Canceled&amp;#039;&amp;#039; (Boolean) - Controls whether the framework should create the new item (false if done through VI Server)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Project Provider Framework]]&lt;/div&gt;</summary>
		<author><name>Q</name></author>
	</entry>
</feed>