PviEventHandlerXmlApplicationInfo Delegate

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

PviEventHandlerXmlApplicationInfo Delegate

BR.AN.PviServices .NET


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

);

Parameters

sender

The object which caused to send the event.

e

The additional event attributes.

Requirements

Namespace: BR.AN.PviServices

Assembly: BR.AN.PviServices (in BR.AN.PviServices.dll)

See Also

BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]