IVSSEvents_Event.AfterCheckout EventĀ
See AfterCheckout.
Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)
Syntax
'Declaration
Event AfterCheckout As IVSSEvents_AfterCheckoutEventHandler
'Usage
Dim instance As IVSSEvents_Event
Dim handler As IVSSEvents_AfterCheckoutEventHandler
AddHandler instance.AfterCheckout, handler
event IVSSEvents_AfterCheckoutEventHandler AfterCheckout
event IVSSEvents_AfterCheckoutEventHandler^ AfterCheckout {
void add (IVSSEvents_AfterCheckoutEventHandler^ A_1);
void remove (IVSSEvents_AfterCheckoutEventHandler^ A_1);
}
/** @event */
void add_AfterCheckout (IVSSEvents_AfterCheckoutEventHandler A_1)
/** @event */
void remove_AfterCheckout (IVSSEvents_AfterCheckoutEventHandler A_1)
JScript supports the use of events, but not the declaration of new ones.
See Also
Reference
IVSSEvents_Event Interface
IVSSEvents_Event Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace