点击或拖拽改变大小

WebViewOnMessage 事件

在WebView控件返回消息时发生。

命名空间:  Smobiler.Core.Controls
程序集:  Smobiler.Core (在 Smobiler.Core.dll 中) 版本:6.0.641.16928
语法
public event WebViewMessageEventHandler OnMessage

类型:Smobiler.Core.ControlsWebViewMessageEventHandler
备注
从浏览器中发送消息到此事件中,需要调用window.postMessage(data)
参见