INotifyItemChanged 介面

定義

COM 可視介面,允許控制物件瀏覽器。

public interface class INotifyItemChanged
[System.CLSCompliant(true)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("1989FCAD-FEDB-4c03-B71C-9B59E51F6A36")]
public interface INotifyItemChanged
[<System.CLSCompliant(true)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("1989FCAD-FEDB-4c03-B71C-9B59E51F6A36")>]
type INotifyItemChanged = interface
Public Interface INotifyItemChanged
屬性

方法

名稱 Description
NotifyAdd(String)

通知物件瀏覽器已建立新項目。

NotifyDelete(String)

通知物件瀏覽器有物品已被刪除。

NotifyModified(String)

通知物件瀏覽器有項目已被修改。

NotifyRename(String, String)

通知物件瀏覽器某項目已被重新命名。

適用於