INotifyItemChanged Interface
COM visible interface that allows control of the object explorer.
Assembly: SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
Show:
