INotifyItemChanged.NotifyDelete(String) Method

Definition

Notify the object explorer that an item has been deleted.

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

Parameters

deletedItem
String

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

Applies to