IVSSEvents_SinkHelper.AfterEvent MethodÂ
This method 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 Overridable Sub AfterEvent ( _
A_1 As Integer, _
A_2 As VSSItem, _
A_3 As String, _
A_4 As Object _
)
'Usage
Dim instance As IVSSEvents_SinkHelper
Dim A_1 As Integer
Dim A_2 As VSSItem
Dim A_3 As String
Dim A_4 As Object
instance.AfterEvent(A_1, A_2, A_3, A_4)
public virtual void AfterEvent (
int A_1,
VSSItem A_2,
string A_3,
Object A_4
)
public:
virtual void AfterEvent (
int A_1,
VSSItem^ A_2,
String^ A_3,
Object^ A_4
)
public void AfterEvent (
int A_1,
VSSItem A_2,
String A_3,
Object A_4
)
public function AfterEvent (
A_1 : int,
A_2 : VSSItem,
A_3 : String,
A_4 : Object
)
Parameters
- A_1
- A_2
- A_3
- A_4
See Also
Reference
IVSSEvents_SinkHelper Class
IVSSEvents_SinkHelper Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace