ActiveReports 13
DataSourceIconClickedEventHandler Delegate

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design Namespace : DataSourceIconClickedEventHandler Delegate
The source of the event.
DataSourceIconClickedEventArgs class which contains the event data.
Represents a method that handles the DataSourceIconClicked event.
Syntax
'Declaration
 
Public Delegate Sub DataSourceIconClickedEventHandler( _
   ByVal sender As Object, _
   ByVal e As DataSourceIconClickedEventArgs _
) 
public delegate void DataSourceIconClickedEventHandler( 
   object sender,
   DataSourceIconClickedEventArgs e
)

Parameters

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

Reference

DataSourceIconClickedEventHandler Members
GrapeCity.ActiveReports.Design Namespace