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