VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / CollectionChangeEventHandler<T> Delegate
Syntax Requirements SeeAlso
In This Topic
CollectionChangeEventHandler<T> Delegate
In This Topic
Represents the method that handles the event when collection is changed.
Syntax
'Declaration

Public Delegate Sub CollectionChangeEventHandler( _
ByVal sender
Event sender.
As System.Object, _
ByVal e
An CollectionChangeEventArgs<T> that contains the event data.
As CollectionChangeEventArgs(Of T) _
)(Of T
The type of collection item.
)
public delegate void CollectionChangeEventHandler<T>(
System.Object sender,
CollectionChangeEventArgs<T> e
)

Parameters

sender
Event sender.
e
An CollectionChangeEventArgs<T> that contains the event data.

Type Parameters

T
The type of collection item.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5