一个委托,它表示在通讯录获取结果后调用的方法
命名空间:
Smobiler.Core.RPC
程序集:
Smobiler.Core (在 Smobiler.Core.dll 中) 版本:6.0.651.17422+f85e28ffe3fdebbfe720c8c2dde0db495f1a52ab
语法public delegate void ContactEntityHandler(
Object sender,
ContactEntityArgs e
)
Public Delegate Sub ContactEntityHandler (
sender As Object,
e As ContactEntityArgs
)
参数
- sender
- 类型:SystemObject
事件源 - e
- 类型:Smobiler.Core.RPCContactEntityArgs
包含事件数据的 PatternCreatedEventArgs
参见