ModuleCollectionEventHandler Delegate

<< 点击显示目录 >>

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

ModuleCollectionEventHandler Delegate

BR.AN.PviServices .NET


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

);

Parameters

sender

The object which caused to send the collection event.

e

The additional event attributes.

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]