ActiveReports Developer 7
DataSourceIconClickedEventArgs Class
Members  See Also 
GrapeCity.ActiveReports.Design.Win.v7 Assembly > GrapeCity.ActiveReports.Design Namespace : DataSourceIconClickedEventArgs Class

Glossary Item Box

This class retrieves the value from the DialogResult after the data source icon is clicked.

Object Model

DataSourceIconClickedEventArgs Class

Syntax

Visual Basic (Declaration) 
Public Class DataSourceIconClickedEventArgs 
   Inherits System.EventArgs
C# 
public class DataSourceIconClickedEventArgs : System.EventArgs 

Inheritance Hierarchy

System.Object
   System.EventArgs
      GrapeCity.ActiveReports.Design.DataSourceIconClickedEventArgs

See Also