ActiveReports 13
SectionReport.ParameterUIClosedHandler Delegate

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports Namespace : 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 Object, _
   ByVal cancelled As Boolean _
) 
public delegate void SectionReport.ParameterUIClosedHandler( 
   object sender,
   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