LCInfosEventHandler Delegate

<< 点击显示目录 >>

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

LCInfosEventHandler Delegate

BR.AN.PviServices .NET


Base delegate for PviServices license events.

[Visual Basic]

Public Delegate Function LCInfosEventHandler( _

  ByVal sender As Object, _

  ByVal e As LCEventArgs _

)

[C#]

public delegate void LCInfosEventHandler(

  object sender,

  LCEventArgs e

);

Parameters

sender

The object which caused the event.

e

The event parameters.

Requirements

Namespace: BR.AN

Assembly: BR.AN.PviServices (in BR.AN.PviServices.dll)

See Also

BR.AN Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]