<< Click to Display Table of Contents >> Navigation: »No topics above this level« PviEventArgsXML Constructor |
Creates a new instance of the ModuleEventArgs class.
[Visual Basic]
Public Overloads Sub New( _
ByVal name As String, _
ByVal address As String, _
ByVal error As Integer, _
ByVal language As String, _
ByVal action As Action, _
ByVal xmlData As String _
)
[C#]
string name,
string address,
int error,
string language,
Action action,
string xmlData
);
name
Object name
address
Object address
error
Error code
language
Language
action
Action
xmlData
The XML data string.
PviEventArgsXML Class | BR.AN.PviServices Namespace | PviEventArgsXML Constructor Overload List
Generated from assembly BR.AN.PviServices [8.1.0.4]