ActiveReports 9
NotifyCollectionChangedEventHandler Delegate

Represents the method that handles events that implement the System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged event.
Syntax
'Declaration
 
Public Delegate Sub NotifyCollectionChangedEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As NotifyCollectionChangedEventArgs _
) 
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

Reference

NotifyCollectionChangedEventHandler Members
GrapeCity.Viewer.Common Namespace

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum