MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / DataSourceIconClickedEventHandler Delegate
The source of the event.
DataSourceIconClickedEventArgs class which contains the event data.

In This Topic
DataSourceIconClickedEventHandler Delegate
In This Topic
Represents a method that handles the DataSourceIconClicked event.
Syntax
'Declaration
 
Public Delegate Sub DataSourceIconClickedEventHandler( _
   ByVal sender As Object, _
   ByVal e As DataSourceIconClickedEventArgs _
) 
 

Parameters

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