IVSSEvents_AfterBranchEventHandler 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_AfterBranchEventHandler ( _
    <InAttribute> pIItem As VSSItem, _
    <InAttribute> Comment As String _
)
'Usage
Dim instance As New IVSSEvents_AfterBranchEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)] 
public delegate void IVSSEvents_AfterBranchEventHandler (
    [InAttribute] VSSItem pIItem,
    [InAttribute] string Comment
)
[ComVisibleAttribute(false)] 
public delegate void IVSSEvents_AfterBranchEventHandler (
    [InAttribute] VSSItem^ pIItem, 
    [InAttribute] String^ Comment
)
/** @delegate */
/** @attribute ComVisibleAttribute(false) */ 
public delegate void IVSSEvents_AfterBranchEventHandler (
    /** @attribute InAttribute() */ VSSItem pIItem, 
    /** @attribute InAttribute() */ String Comment
)
JScript supports the use of delegates, but not the declaration of new ones.

Parameters

  • pIItem
  • Comment

See Also

Reference

Microsoft.VisualStudio.SourceSafe.Interop Namespace