Project Provider Framework/CreateNewWizard Interface Methods
Appearance
CreateNewWizard Interface Methods define events that occur while adding items of new types to the project tree. Primary Providers Only
Method | Definition |
---|---|
Finalize | Description: Called after the new item has been created.
Inputs:
Outputs: None |
GetCreateNewWeight | Description: Called when the appropriate New menu is being constructed.
Inputs:
Outputs:
|
GetNewItemInfo | Description: Called whenever right-clicked on an item that supports this New menu.
Inputs:
Outputs:
|
IncludeItem | Description: Called when the appropriate New menu is being constructed.
Inputs:
Outputs:
|
Init | Description: Called to initialize the wizard.
Inputs:
Outputs:
|
Invoke | Description: Called when an entry added to a New menu by this provider is selected.
Inputs:
Outputs:
|