Click or drag to resize

Product_StoreCreateScreenshotsDelegate Delegate


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public delegate void CreateScreenshotsDelegate(
	Product_Store sender,
	string[] files,
	ZipArchive archive,
	bool additional,
	string productFilesPathPrefix,
	ref int imageCounter,
	ref bool handled
)

Parameters

sender  Product_Store
 
files  String
 
archive  ZipArchive
 
additional  Boolean
 
productFilesPathPrefix  String
 
imageCounter  Int32
 
handled  Boolean
 
See Also