INotifyItemChanged.NotifyDelete(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.
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).