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