<< Click to Display Table of Contents >> Navigation: »No topics above this level« TraceDataEventHandler Delegate |
Implements the delegate for variable specific events.
[Visual Basic]
Public Delegate Function TraceDataEventHandler( _
ByVal sender As Object, _
ByVal e As TraceDataEventArgs _
)
[C#]
public delegate void TraceDataEventHandler(
object sender,
);
sender
The object which caused this event
e
The variable event parameters.
Namespace: BR.AN.PviServices
Assembly: BR.AN.PviServices (in BR.AN.PviServices.dll)
Generated from assembly BR.AN.PviServices [8.1.0.4]