MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ExpressionInfoCollectionEventHandler Delegate

In This Topic
ExpressionInfoCollectionEventHandler Delegate
In This Topic
Represents the method that handles the ExpressionInfoCollection.ItemAdded or ExpressionInfoCollection.ItemRemoved event.
Syntax
'Declaration
 
Public Delegate Sub ExpressionInfoCollectionEventHandler( _
   ByVal sender As Object, _
   ByVal e As ExpressionInfoCollectionEventArgs _
) 
 

Parameters

sender
e
See Also