INotifyItemChanged.NotifyModified(String) Method

Definition

Notifies the object explorer that an item has been modified.

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

Parameters

modifiedItem
String

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

Applies to