 | CtiSdkPopupScreen 事件 |
当来电弹屏数据到达时被触发。
命名空间: Ipxchina.Sdk.Cti程序集: CtiSdk (在 CtiSdk.dll 中) 版本:1.0.0.2 (1.0.0.2)
语法public event EventHandler<PopupScreenEvent> PopupScreen
Public Event PopupScreen As EventHandler(Of PopupScreenEvent)
public:
event EventHandler<PopupScreenEvent^>^ PopupScreen {
void add (EventHandler<PopupScreenEvent^>^ value);
void remove (EventHandler<PopupScreenEvent^>^ value);
}member PopupScreen : IEvent<EventHandler<PopupScreenEvent>,
PopupScreenEvent>值
EventHandlerPopupScreenEvent
参见