Share via


VSSAppClass.AfterCheckout EventĀ 

This event 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
Public Event AfterCheckout As IVSSEvents_AfterCheckoutEventHandler Implements IVSSEvents_Event.AfterCheckout
'Usage
Dim instance As VSSAppClass
Dim handler As IVSSEvents_AfterCheckoutEventHandler

AddHandler instance.AfterCheckout, handler
public virtual event IVSSEvents_AfterCheckoutEventHandler IVSSEvents_Event.AfterCheckout
public:
virtual event IVSSEvents_AfterCheckoutEventHandler^ AfterCheckout {
    void add (IVSSEvents_AfterCheckoutEventHandler^ A_1) = IVSSEvents_Event::AfterCheckout::add;
    void remove (IVSSEvents_AfterCheckoutEventHandler^ A_1) = IVSSEvents_Event::AfterCheckout::remove;
}
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of events, but not the declaration of new ones.

See Also

Reference

VSSAppClass Class
VSSAppClass Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace