IVSSEvents_AfterRenameEventHandler Delegate
This delegate supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub IVSSEvents_AfterRenameEventHandler ( _
<InAttribute> pIItem As VSSItem, _
<InAttribute> OldName As String _
)
'Usage
Dim instance As New IVSSEvents_AfterRenameEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void IVSSEvents_AfterRenameEventHandler (
[InAttribute] VSSItem pIItem,
[InAttribute] string OldName
)
[ComVisibleAttribute(false)]
public delegate void IVSSEvents_AfterRenameEventHandler (
[InAttribute] VSSItem^ pIItem,
[InAttribute] String^ OldName
)
/** @delegate */
/** @attribute ComVisibleAttribute(false) */
public delegate void IVSSEvents_AfterRenameEventHandler (
/** @attribute InAttribute() */ VSSItem pIItem,
/** @attribute InAttribute() */ String OldName
)
JScript supports the use of delegates, but not the declaration of new ones.
Parameters
- pIItem
- OldName