ModuleCollection.OnModuleDownloaded Method

<< 点击显示目录 >>

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

ModuleCollection.OnModuleDownloaded Method

BR.AN.PviServices .NET


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,

  PviEventArgs e

);

Parameters

module

Module object

e

PviEventArgs object

See Also

ModuleCollection Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]