MESCIUS.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.

In This Topic
SectionReport.ParameterUIClosedHandler Delegate
In This Topic
Represents a method that handles the ParameterUIClosed event.
Syntax
'Declaration
 
Public Delegate Sub SectionReport.ParameterUIClosedHandler( _
   ByVal sender As Object, _
   ByVal cancelled As Boolean _
) 
 

Parameters

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