<< Click to Display Table of Contents >> Navigation: »No topics above this level« PviEventHandlerXmlApplicationInfo Delegate |
Event declaration for Application Information which will include the event data in the eventargs property XMLData and an object with the same information
[Visual Basic]
Public Delegate Function PviEventHandlerXmlApplicationInfo( _
ByVal sender As Object, _
ByVal e As PviEventArgsXMLApplicationInfo _
)
[C#]
public delegate void PviEventHandlerXmlApplicationInfo(
object sender,
PviEventArgsXMLApplicationInfo e
);
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]