IVSSEvents_SinkHelper.m_BeforeCheckoutDelegate FieldĀ 

This field 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 m_BeforeCheckoutDelegate As IVSSEvents_BeforeCheckoutEventHandler
'Usage
Dim instance As IVSSEvents_SinkHelper
Dim value As IVSSEvents_BeforeCheckoutEventHandler

value = instance.m_BeforeCheckoutDelegate

instance.m_BeforeCheckoutDelegate = value
public IVSSEvents_BeforeCheckoutEventHandler m_BeforeCheckoutDelegate
public:
IVSSEvents_BeforeCheckoutEventHandler^ m_BeforeCheckoutDelegate
public IVSSEvents_BeforeCheckoutEventHandler m_BeforeCheckoutDelegate
public var m_BeforeCheckoutDelegate : IVSSEvents_BeforeCheckoutEventHandler

See Also

Reference

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