ImageCollectionEventArgs Constructor (ImageCollection) |
Creates a new instance of ImageCollectionEventArgs specifying the ImageCollection.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public ImageCollectionEventArgs(
ImageCollection images
)
Public Sub New (
images As ImageCollection
)
Parameters
- images
- Type: Atalasoft.ImagingImageCollection
The ImageCollection for this event.
See Also