[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ExpressionInfoCollectionEventHandler

ExpressionInfoCollectionEventHandler Delegate

Represents the method that handles the ItemAdded or ItemRemoved event.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public delegate void ExpressionInfoCollectionEventHandler(object sender, ExpressionInfoCollectionEventArgs e)
Parameters
Type Name Description
object sender Represents the method that handles the or event.
ExpressionInfoCollectionEventArgs e Represents the method that handles the or event.

Constructors

Name Description
ExpressionInfoCollectionEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, ExpressionInfoCollectionEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, ExpressionInfoCollectionEventArgs)

Extension Methods