<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > CpuEventHandler Delegate |
Delegate for CPU objects
[Visual Basic]
Public Delegate Function CpuEventHandler( _
ByVal sender As Object, _
ByVal e As CpuEventArgs _
)
[C#]
public delegate void CpuEventHandler(
object sender,
);
sender
The cpu object causing the event.
e
The CPU event parameters.
Namespace: BR.AN.PviServices
Assembly: BR.AN.PviServices (in BR.AN.PviServices.dll)
Generated from assembly BR.AN.PviServices [8.1.0.4]