ActiveReports 6 Online Help
ActiveReport.ParameterUIClosedHandler Delegate

Represents a method that handles the ParameterUIClosed event.
Syntax
'Declaration
 
Public Delegate Sub ActiveReport.ParameterUIClosedHandler( _
   ByVal sender As Object, _
   ByVal cancelled As Boolean _
) 
public delegate void ActiveReport.ParameterUIClosedHandler( 
   object sender,
   bool cancelled
)

Parameters

sender
cancelled
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ActiveReport.ParameterUIClosedHandler Members
DataDynamics.ActiveReports Namespace

Send Feedback