INotifyItemChanged.NotifyDelete(String) 方法

定義

通知物件總管,已經刪除某個項目。

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

參數

deletedItem
String

已刪除的項目。 其格式為物件總管所提供的內容,通常是統一資源名稱 (URN)。

適用於