IVSSEvents_Event.AfterCheckin EventĀ
See AfterCheckin.
Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)
Syntax
'Declaration
Event AfterCheckin As IVSSEvents_AfterCheckinEventHandler
'Usage
Dim instance As IVSSEvents_Event
Dim handler As IVSSEvents_AfterCheckinEventHandler
AddHandler instance.AfterCheckin, handler
event IVSSEvents_AfterCheckinEventHandler AfterCheckin
event IVSSEvents_AfterCheckinEventHandler^ AfterCheckin {
void add (IVSSEvents_AfterCheckinEventHandler^ A_1);
void remove (IVSSEvents_AfterCheckinEventHandler^ A_1);
}
/** @event */
void add_AfterCheckin (IVSSEvents_AfterCheckinEventHandler A_1)
/** @event */
void remove_AfterCheckin (IVSSEvents_AfterCheckinEventHandler 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