[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.DataSourceIconClickedEventHandler

DataSourceIconClickedEventHandler Delegate

Represents the method that will handle the DataSourceIconClicked event.

Namespace: GrapeCity.ActiveReports.Design
Assembly: MESCIUS.ActiveReports.Design.Win.dll
Syntax
public delegate void DataSourceIconClickedEventHandler(object sender, DataSourceIconClickedEventArgs 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 and a dialog was shown.

DataSourceIconClickedEventArgs e

A DataSourceIconClickedEventArgs that contains the event data, including the dialog result.

Constructors

Name Description
DataSourceIconClickedEventHandler(object, IntPtr)

Methods

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