ComponentOne FlexReport for WinForms
NotifyCollectionEventHandler Delegate

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace : NotifyCollectionEventHandler Delegate
The object that raised the event.
Information about the event.
Represents a method that handles the INotifyCollection.PropertyChanged or INotifyCollection.PropertyChanging events.
Syntax
'Declaration
 
Public Delegate Sub NotifyCollectionEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As NotifyCollectionEventArgs _
) 
public delegate void NotifyCollectionEventHandler( 
   System.object sender,
   NotifyCollectionEventArgs e
)

Parameters

sender
The object that raised the event.
e
Information about the event.
See Also

Reference

NotifyCollectionEventHandler Members
C1.Win.C1Document Namespace