TPFormatEventArgs Constructor

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TPFormatEventArgs Constructor

BR.AN.PviServices .NET


Initializes a new instance of the ErrorEventArgs class.

[Visual Basic]

<CLSCompliant(IsCompliant:=False)> _

Public Sub New( _

  ByVal name As String, _

  ByVal address As String, _

  ByVal errorCode As Integer, _

  ByVal language As String, _

  ByVal action As Action, _

  ByVal pData As IntPtr, _

  ByVal dataLen As UInt32 _

)

[C#]

[CLSCompliant(IsCompliant=False)]

TPFormatEventArgs(

  string name,

  string address,

  int errorCode,

  string language,

  Action action,

  IntPtr pData,

  uint dataLen

);

Parameters

name

Logical name of the PviServices object

address

Logical address of the PviServices object

errorCode

ErrorCode of the PviServices object

language

Language of the PviServices object

action

The action which caused the error.

pData

The data pointer.

dataLen

The total number of bytes.

See Also

TPFormatEventArgs Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]