ActiveReports Developer 7
DataSourceIconClickedEventHandler Delegate
See Also 
GrapeCity.ActiveReports.Design.Win.v7 Assembly > GrapeCity.ActiveReports.Design Namespace : DataSourceIconClickedEventHandler Delegate

sender
The source of the event.
e
DataSourceIconClickedEventArgs class which contains the event data.

Glossary Item Box

Represents a method that handles the DataSourceIconClicked event.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub DataSourceIconClickedEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As DataSourceIconClickedEventArgs _
) 
C# 
public delegate void DataSourceIconClickedEventHandler( 
   System.object sender,
   DataSourceIconClickedEventArgs e
)

Parameters

sender
The source of the event.
e
DataSourceIconClickedEventArgs class which contains the event data.

See Also