点击或拖拽改变大小

HtmlContainerIntRefresh 事件

Raised when html renderer requires refresh of the control hosting (invalidation and re-layout).

命名空间:  DSkin.Html.Core
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public event EventHandler<HtmlRefreshEventArgs> Refresh

类型:SystemEventHandlerHtmlRefreshEventArgs
备注
There is no guarantee that the event will be raised on the main thread, it can be raised on thread-pool thread.
参见