<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > DisposeEventHandler Delegate |
Event declaration for disposing events.
[Visual Basic]
Public Delegate Function DisposeEventHandler( _
ByVal sender As Object, _
ByVal e As DisposeEventArgs _
)
[C#]
public delegate void DisposeEventHandler(
object sender,
);
sender
The object which caused to send the event.
e
The additional event attributes.
Namespace: BR.AN.PviServices
Assembly: BR.AN.PviServices (in BR.AN.PviServices.dll)
Generated from assembly BR.AN.PviServices [8.1.0.4]