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