PviEventHandlerXmlData Delegate

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

PviEventHandlerXmlData Delegate

BR.AN.PviServices .NET


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,

  PviEventArgsXML 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]