MindFusion.Reporting for Silverlight Programmer's Guide
ReportItemCollection.OnCollectionChanged Method
See Also
 





ObservableCollection<T>.OnCollectionChanged override.

Namespace: MindFusion.Reporting.Silverlight
Assembly: MindFusion.Reporting.Silverlight

 Syntax

C#  Copy Code

protected override void OnCollectionChanged (
    NotifyCollectionChangedEventArgs e
)

Visual Basic  Copy Code

Protected Overrides Sub OnCollectionChanged( _
    e As NotifyCollectionChangedEventArgs _
)

 Parameters

e

The event data to report in the event.

 See Also

ReportItemCollection Members
ReportItemCollection Class
MindFusion.Reporting.Silverlight Namespace