'Declaration Public Function New( _
ByVal collectionChangeActionSpecifies how the image collection is changed.As ImageCollectionChangeAction, _
ByVal imagesImages which are added or removed.() As VintasoftImage _
)
public ImageCollectionChangeEventArgs(
ImageCollectionChangeAction collectionChangeAction,
VintasoftImage[] images
)
public: ImageCollectionChangeEventArgs(
ImageCollectionChangeAction collectionChangeAction,
VintasoftImage*[]* images
)
public:
ImageCollectionChangeEventArgs(
ImageCollectionChangeAction collectionChangeAction,
array<VintasoftImage^>^ images
)
Parameters
- collectionChangeAction
- Specifies how the image collection is changed.
- images
- Images which are added or removed.