[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.Designer.DataSourceIconClick

DataSourceIconClick Event

Occurs when the user clicks on the DataSource icon within the designer environment.

Namespace: GrapeCity.ActiveReports.Design
Assembly: MESCIUS.ActiveReports.Design.Win.dll
Syntax
public event DataSourceIconClickEventHandler DataSourceIconClick
Returns
Type Description
DataSourceIconClickEventHandler Occurs when the user clicks on the DataSource icon within the designer environment.
Remarks

This event is triggered as a direct response to the user's action of clicking the DataSource icon, typically used to initiate the process of connecting to or modifying the data source for the report being designed. It provides a hook for implementing custom behavior or displaying additional UI elements related to data source configuration.

Handlers attached to this event can access the event arguments to obtain context-specific information, enabling fine-grained control over the application's response to the event.