Click or drag to resize

CollectionChangedEventHandler Delegate

Represents a method that handles changes to the ThumbnailCollection.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public delegate void CollectionChangedEventHandler(
	Object sender,
	CollectionChangedEventArgs e
)

Parameters

sender
Type: SystemObject
The object sending the event.
e
Type: Atalasoft.Imaging.WinControlsCollectionChangedEventArgs
A CollectionChangedEventArgs containing information for this event.
See Also