点击或拖拽改变大小

CollectionEventArgsT 构造函数

命名空间:  DSkin.Common
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public CollectionEventArgs(
	T item,
	int index
)

参数

item
类型:T

[缺少 "M:DSkin.Common.CollectionEventArgs`1.#ctor(`0,System.Int32)" 的 <param name="item"/> 文档]

index
类型:SystemInt32

[缺少 "M:DSkin.Common.CollectionEventArgs`1.#ctor(`0,System.Int32)" 的 <param name="index"/> 文档]

参见