ActiveReports 8
SectionReport.ParameterUIClosedHandler Delegate

The source of the event.
Value indicates whether the parameters dialog was closed by using Cancel button.
Represents a method that handles the ParameterUIClosed event.
Syntax
'Declaration
 
Public Delegate Sub SectionReport.ParameterUIClosedHandler( _
   ByVal sender As System.Object, _
   ByVal cancelled As System.Boolean _
) 
public delegate void SectionReport.ParameterUIClosedHandler( 
   System.object sender,
   System.bool cancelled
)

Parameters

sender
The source of the event.
cancelled
Value indicates whether the parameters dialog was closed by using Cancel button.
See Also

Reference

SectionReport.ParameterUIClosedHandler Members
GrapeCity.ActiveReports Namespace

Support Forum