ActiveReports 8
DataSourceIconClickedEventArgs Class
Members  See Also 
GrapeCity.ActiveReports.Design.Win.v8 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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also