点击或拖拽改变大小

HtmlLinkClickedEventArgs 构造函数

Init.

命名空间:  DSkin.Html.Core.Entities
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public HtmlLinkClickedEventArgs(
	string link,
	Dictionary<string, string> attributes
)

参数

link
类型:SystemString
the link href that was clicked
attributes
类型:System.Collections.GenericDictionaryString, String

[缺少 "M:DSkin.Html.Core.Entities.HtmlLinkClickedEventArgs.#ctor(System.String,System.Collections.Generic.Dictionary{System.String,System.String})" 的 <param name="attributes"/> 文档]

参见