IVSSEvents_SinkHelper.m_AfterCheckoutDelegate 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_AfterCheckoutDelegate As IVSSEvents_AfterCheckoutEventHandler
'Usage
Dim instance As IVSSEvents_SinkHelper
Dim value As IVSSEvents_AfterCheckoutEventHandler

value = instance.m_AfterCheckoutDelegate

instance.m_AfterCheckoutDelegate = value
public IVSSEvents_AfterCheckoutEventHandler m_AfterCheckoutDelegate
public:
IVSSEvents_AfterCheckoutEventHandler^ m_AfterCheckoutDelegate
public IVSSEvents_AfterCheckoutEventHandler m_AfterCheckoutDelegate
public var m_AfterCheckoutDelegate : IVSSEvents_AfterCheckoutEventHandler

See Also

Reference

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