Product_StoreCreateScreenshotsDelegate Delegate |
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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