ActiveReports 8
NotifyCollectionChangedEventHandler Delegate
See Also 
GrapeCity.ActiveReports.Viewer.Win.v8 Assembly > GrapeCity.Viewer.Common Namespace : NotifyCollectionChangedEventHandler Delegate

sender
e

Glossary Item Box

Represents the method that handles events that implement the System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged event.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub NotifyCollectionChangedEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As NotifyCollectionChangedEventArgs _
) 
C# 
public delegate void NotifyCollectionChangedEventHandler( 
   System.object sender,
   NotifyCollectionChangedEventArgs e
)

Parameters

sender
e

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also