'Declaration Protected Overrides Sub OnImageCollectionChanged( _
ByVal senderImage collection.As System.Object, _
ByVal eAn ImageCollectionChangeEventArgs that contains the event data.As Vintasoft.Imaging.ImageCollectionChangeEventArgs _
)
protected override void OnImageCollectionChanged(
System.Object sender,
Vintasoft.Imaging.ImageCollectionChangeEventArgs e
)
protected: void OnImageCollectionChanged(
System.Object sender,
Vintasoft.Imaging.ImageCollectionChangeEventArgs* e
); override
protected:
void OnImageCollectionChanged(
System.Object sender,
Vintasoft.Imaging.ImageCollectionChangeEventArgs^ e
); override
Parameters
- sender
 - Image collection.
 - e
 - An ImageCollectionChangeEventArgs that contains the event data.