ActiveReports 19 .NET Edition
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 _
    ) 
    public delegate void ExpressionInfoCollectionEventHandler( 
       object sender,
       ExpressionInfoCollectionEventArgs e
    )

    Parameters

    sender
    e
    See Also