[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionEventHandler

SectionEventHandler Delegate

For Internal Use Only.

Namespace: GrapeCity.ActiveReports
Assembly: MESCIUS.ActiveReports.dll
Syntax
public delegate void SectionEventHandler(object sender, SectionEventArgs e)
Parameters
Type Name Description
object sender For Internal Use Only.
SectionEventArgs e For Internal Use Only.

Constructors

Name Description
SectionEventHandler(object, IntPtr)

Methods

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

Extension Methods