Share via


ProjectNode.created(String) Method

Definition

Enables the ability to perform custom actions on a project when a new instance of the project is created.

protected:
 virtual void created(System::String ^ _name);
protected virtual void created (string _name);
abstract member created : string -> unit
override this.created : string -> unit
Protected Overridable Sub created (_name As String)

Parameters

_name
String

The name of the project instance.

Remarks

This method is called when a new instance of the project is created. Override this method to perform custom actions on your project.

Applies to