<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN Namespace > LCInfosEventHandler Delegate |
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,
);
sender
The object which caused the event.
e
The event parameters.
Namespace: BR.AN
Assembly: BR.AN.PviServices (in BR.AN.PviServices.dll)
Generated from assembly BR.AN.PviServices [8.1.0.4]