INotifyItemChanged.NotifyAdd(String) Method

Definition

Notify the object explorer that a new item has been created.

public:
 void NotifyAdd(System::String ^ newItem);
public void NotifyAdd (string newItem);
abstract member NotifyAdd : string -> unit
Public Sub NotifyAdd (newItem As String)

Parameters

newItem
String

Item that has been added. This is in the form of the context supplied by the object explorer, which is usually a Uniform Resource Name (URN).

Applies to