[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.DataSourceIconClickEventHandler

DataSourceIconClickEventHandler Delegate

Represents the method that will handle the DataSourceIconClick event raised when the data source icon is clicked within the designer.

Namespace: GrapeCity.ActiveReports.Design
Assembly: MESCIUS.ActiveReports.Design.Win.dll
Syntax
public delegate void DataSourceIconClickEventHandler(object sender, DataSourceIconClickEventArgs e)
Parameters
Type Name Description
object sender

The source of the event, typically the control or designer surface where the data source icon was clicked.

DataSourceIconClickEventArgs e

A DataSourceIconClickEventArgs that contains the event data.

Constructors

Name Description
DataSourceIconClickEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, DataSourceIconClickEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, DataSourceIconClickEventArgs)