SqlWorkbenchHierarchy.OnHandleSaveItemRename(UInt32, Object, 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.
protected:
virtual void OnHandleSaveItemRename(System::UInt32 itemid, System::Object ^ punkDocData, System::String ^ pszMkDocumentNew);
protected virtual void OnHandleSaveItemRename(uint itemid, object punkDocData, string pszMkDocumentNew);
abstract member OnHandleSaveItemRename : uint32 * obj * string -> unit
override this.OnHandleSaveItemRename : uint32 * obj * string -> unit
Protected Overridable Sub OnHandleSaveItemRename (itemid As UInteger, punkDocData As Object, pszMkDocumentNew As String)
Parameters
- itemid
- UInt32
- punkDocData
- Object
- pszMkDocumentNew
- String