CollectionErrorEventHandler Delegate

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices >

CollectionErrorEventHandler Delegate

BR.AN.PviServices .NET


Delegates all standard events which have simply an error code as parameter.

[Visual Basic]

Public Delegate Function CollectionErrorEventHandler( _

  ByVal sender As Object, _

  ByVal e As CollectionErrorEventArgs _

)

[C#]

public delegate void CollectionErrorEventHandler(

  object sender,

  CollectionErrorEventArgs e

);

Parameters

sender

The object which raises the event.

e

The event parameters containing the error number.

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]