<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > ModuleCollection Class > ModuleCollection Methods > ModuleCollection.OnModuleDownloaded Method |
This method is called when a module objects downlaod request within the list succeeded. The method raises the Disconnected event.
[Visual Basic]
Public Overridable Sub OnModuleDownloaded( _
ByVal module As Module, _
ByVal e As PviEventArgs _
)
[C#]
public virtual void OnModuleDownloaded(
Module module,
);
module
Module object
e
PviEventArgs object
ModuleCollection Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]