<< Click to Display Table of Contents >> Navigation: »No topics above this level« PviEventHandlerXmlData Delegate |
Event declaration for common PVI events which will include the event data in the eventargs property XMLData.
[Visual Basic]
Public Delegate Function PviEventHandlerXmlData( _
ByVal sender As Object, _
ByVal e As PviEventArgsXML _
)
[C#]
public delegate void PviEventHandlerXmlData(
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]