点击或拖拽改变大小

GroupFileContainerFileCountChangedDelegate 委托

文件数量变化的委托信息
Order information for changes in the number of files

命名空间:  HslCommunication.Core
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public delegate void FileCountChangedDelegate(
	GroupFileContainer container,
	int fileCount
)

参数

container
类型:HslCommunication.CoreGroupFileContainer
文件列表容器
fileCount
类型:SystemInt32
文件的数量
参见