Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
See AfterAdd.
Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)
Syntax
'Declaration
Sub add_AfterAdd ( _
A_1 As IVSSEvents_AfterAddEventHandler _
)
'Usage
Dim instance As IVSSEvents_Event
Dim A_1 As IVSSEvents_AfterAddEventHandler
instance.add_AfterAdd(A_1)
void add_AfterAdd (
IVSSEvents_AfterAddEventHandler A_1
)
void add_AfterAdd (
IVSSEvents_AfterAddEventHandler^ A_1
)
void add_AfterAdd (
IVSSEvents_AfterAddEventHandler A_1
)
function add_AfterAdd (
A_1 : IVSSEvents_AfterAddEventHandler
)
Parameters
- A_1
See Also
Reference
IVSSEvents_Event Interface
IVSSEvents_Event Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace