IVSSEvents_Event.remove_AfterCheckin MethodÂ
See AfterCheckin.
Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)
Syntax
'Declaration
Sub remove_AfterCheckin ( _
A_1 As IVSSEvents_AfterCheckinEventHandler _
)
'Usage
Dim instance As IVSSEvents_Event
Dim A_1 As IVSSEvents_AfterCheckinEventHandler
instance.remove_AfterCheckin(A_1)
void remove_AfterCheckin (
IVSSEvents_AfterCheckinEventHandler A_1
)
void remove_AfterCheckin (
IVSSEvents_AfterCheckinEventHandler^ A_1
)
void remove_AfterCheckin (
IVSSEvents_AfterCheckinEventHandler A_1
)
function remove_AfterCheckin (
A_1 : IVSSEvents_AfterCheckinEventHandler
)
Parameters
- A_1
See Also
Reference
IVSSEvents_Event Interface
IVSSEvents_Event Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace