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