[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.Designer.DataSourceIconClicked

DataSourceIconClicked Event

Occurs after the DataSource dialog has been closed by the user.

Namespace: GrapeCity.ActiveReports.Design
Assembly: MESCIUS.ActiveReports.Design.Win.dll
Syntax
public event DataSourceIconClickedEventHandler DataSourceIconClicked
Returns
Type Description
DataSourceIconClickedEventHandler Occurs after the DataSource dialog has been closed by the user.
Remarks

This event is fired following the closure of the DataSource dialog, which is typically used for configuring or selecting the data source for the report. It signifies that the user has completed their interaction with the DataSource dialog, allowing for post-dialog actions or updates to be initiated in response.

Event handlers can utilize this event to implement custom logic, such as refreshing data or UI elements based on the new or modified data source settings.