INotifyItemChanged Interface

Definition

COM visible interface that allows control of the object explorer.

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
Attributes

Methods

NotifyAdd(String)

Notify the object explorer that a new item has been created.

NotifyDelete(String)

Notify the object explorer that an item has been deleted.

NotifyModified(String)

Notifies the object explorer that an item has been modified.

NotifyRename(String, String)

Notifies the object explorer that an item has been renamed.

Applies to