INotifyItemChanged.NotifyModified(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).