HMT1OnNotifyEventHandler 委托 |
一个委托,它表示在方法调用返回通知时要调用的方法。
命名空间:
Smobiler.Device
程序集:
Smobiler.Device (在 Smobiler.Device.dll 中) 版本:6.0.651.17422+acac930a389332bc36ed645b22d5419d24641df7
语法public delegate void HMT1OnNotifyEventHandler(
Object sender,
ComponentResultArgs e
)
Public Delegate Sub HMT1OnNotifyEventHandler (
sender As Object,
e As ComponentResultArgs
)
参数
- sender
- 类型:SystemObject
事件源 - e
- 类型:Smobiler.Core.ControlsComponentResultArgs
包含事件数据的 ComponentResultArgs
参见