ActiveReports 9
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 System.Object, _
   ByVal e As DataSourceIconClickedEventArgs _
) 
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

Reference

DataSourceIconClickedEventHandler Members
GrapeCity.ActiveReports.Design Namespace

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum