点击或拖拽改变大小

HtmlContainerIntImageLoad 事件

Raised when an image is about to be loaded by file path or URI.
This event allows to provide the image manually, if not handled the image will be loaded from file or download from URI.

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

类型:SystemEventHandlerHtmlImageLoadEventArgs
参见