VSSAppClass.BeforeUndoCheckout 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 BeforeUndoCheckout As IVSSEvents_BeforeUndoCheckoutEventHandler Implements IVSSEvents_Event.BeforeUndoCheckout
'Usage
Dim instance As VSSAppClass
Dim handler As IVSSEvents_BeforeUndoCheckoutEventHandler

AddHandler instance.BeforeUndoCheckout, handler
public virtual event IVSSEvents_BeforeUndoCheckoutEventHandler IVSSEvents_Event.BeforeUndoCheckout
public:
virtual event IVSSEvents_BeforeUndoCheckoutEventHandler^ BeforeUndoCheckout {
    void add (IVSSEvents_BeforeUndoCheckoutEventHandler^ A_1) = IVSSEvents_Event::BeforeUndoCheckout::add;
    void remove (IVSSEvents_BeforeUndoCheckoutEventHandler^ A_1) = IVSSEvents_Event::BeforeUndoCheckout::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