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