<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > CollectionEventHandler Delegate |
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,
);
sender
The sending object.
e
The event parameters.
Namespace: BR.AN.PviServices
Assembly: BR.AN.PviServices (in BR.AN.PviServices.dll)
Generated from assembly BR.AN.PviServices [8.1.0.4]