[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReport.ParameterUIClosedHandler

SectionReport.ParameterUIClosedHandler Delegate

Represents the parameter UI closed handler.

Namespace: GrapeCity.ActiveReports
Assembly: MESCIUS.ActiveReports.dll
Syntax
public delegate void SectionReport.ParameterUIClosedHandler(object sender, bool cancelled)
Parameters
Type Name Description
object sender Represents the parameter UI closed handler.
bool cancelled Represents the parameter UI closed handler.

Constructors

Name Description
ParameterUIClosedHandler(object, IntPtr)

Methods

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

Extension Methods