ActiveReports3 Request technical support
ActiveReport3.ParameterUIClosedHandler Delegate
See Also 


sender
The source of the event.
cancelled
Specifies whether the user has cancelled the parameter collection dialog.
Represents a method that handles the ParameterUIClosed event.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub ActiveReport3.ParameterUIClosedHandler( _
   ByVal sender As Object, _
   ByVal cancelled As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As New ParameterUIClosedHandler(AddressOf HandlerMethod)
C# 
public delegate void ActiveReport3.ParameterUIClosedHandler( 
   object sender,
   bool cancelled
)

Parameters

sender
The source of the event.
cancelled
Specifies whether the user has cancelled the parameter collection dialog.

See Also