C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / EventCollectionChangeEventHandler Delegate
The source of event.
The parameters of event.

In This Topic
EventCollectionChangeEventHandler Delegate
In This Topic
Represents the method that will handler an event occuring when collection changing.
Syntax
'Declaration
 
Public Delegate Sub EventCollectionChangeEventHandler( _
   ByVal sender As Object, _
   ByVal e As EventCollectionChangeEventArgs _
) 
 

Parameters

sender
The source of event.
e
The parameters of event.
See Also