ActiveReports 14 .NET Edition
GrapeCity.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 _
    ) 
    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