CollectionEventHandler Delegate

<< 点击显示目录 >>

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

CollectionEventHandler Delegate

BR.AN.PviServices .NET


Default delegantes for all PVIS collection implementations.

[Visual Basic]

Public Delegate Function CollectionEventHandler( _

  ByVal sender As Object, _

  ByVal e As CollectionEventArgs _

)

[C#]

public delegate void CollectionEventHandler(

  object sender,

  CollectionEventArgs e

);

Parameters

sender

The sending object.

e

The event parameters.

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]