<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > ModuleCollectionEventHandler Delegate |
Declaration for ModuleCollection events. It is used to handle progress information for up- or downloading modules using module collection methods.
[Visual Basic]
Public Delegate Function ModuleCollectionEventHandler( _
ByVal sender As Object, _
ByVal e As ModuleCollectionProgressEventArgs _
)
[C#]
public delegate void ModuleCollectionEventHandler(
object sender,
ModuleCollectionProgressEventArgs e
);
sender
The object which caused to send the collection event.
e
The additional event attributes.
Namespace: BR.AN.PviServices
Assembly: BR.AN.PviServices (in BR.AN.PviServices.dll)
Generated from assembly BR.AN.PviServices [8.1.0.4]