ActiveReports 12
ExpressionInfoCollectionEventHandler Delegate

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine.Expressions Namespace : ExpressionInfoCollectionEventHandler Delegate
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 _
) 
public delegate void ExpressionInfoCollectionEventHandler( 
   object sender,
   ExpressionInfoCollectionEventArgs e
)

Parameters

sender
e
See Also

Reference

ExpressionInfoCollectionEventHandler Members
GrapeCity.Enterprise.Data.DataEngine.Expressions Namespace