<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > ErrorEventHandler Delegate |
Delegates all standard events which have simply an error code as parameter.
[Visual Basic]
Public Delegate Function ErrorEventHandler( _
ByVal sender As Object, _
ByVal e As ErrorEventArgs _
)
[C#]
public delegate void ErrorEventHandler(
object sender,
);
sender
The object which raises the event.
e
The event parameters containing the error number.
Namespace: BR.AN.PviServices
Assembly: BR.AN.PviServices (in BR.AN.PviServices.dll)
Generated from assembly BR.AN.PviServices [8.1.0.4]